Skip to content

Instantly share code, notes, and snippets.

View vishramachandran's full-sized avatar

Vish Ramachandran vishramachandran

View GitHub Profile
@vishramachandran
vishramachandran / LuceneSnag.java
Created August 27, 2018 05:37
Lucene Issue with Index Sorting
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field.Store;
import org.apache.lucene.document.IntPoint;
import org.apache.lucene.document.LongPoint;
import org.apache.lucene.document.NumericDocValuesField;