Also, here is the list of all videos from NDC London 2017:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.postneo | |
package index | |
package test | |
import org.apache.lucene.analysis.SimpleAnalyzer | |
import org.apache.lucene.analysis.standard.StandardAnalyzer | |
import org.apache.lucene.document.{Document, Field} | |
import org.apache.lucene.index.{IndexWriter, Term} | |
import org.apache.lucene.search.{IndexSearcher, Query, TermQuery, TopDocs} | |
import org.apache.lucene.store.RAMDirectory |