Reopen AnalyzingInfixSuggester Multi Threaded

2017-07-05 Thread Sidhant Aggarwal
Hi, Im using the AnalyzingInfixSuggester for my autocomplete. So i have a singleton object where I am opening the suggester and  keeping the references. Many threads are accessing these references and performing searches. But what i want to do is that my underlying directory where the index is

Re: mvn snapshot releases

2017-07-05 Thread Steve Rowe
Hi Terry, They’re there now. These are produced by a regularly-scheduled Jenkins job , which runs every day or two (judging from recent build history). -- Steve www.lucidworks.com > On Jul 5, 2017, at 11:12 AM, Terry Smith wrote: > >

Re: Lucene GeoNear Search and Sort Performance

2017-07-05 Thread Michael McCandless
Hi, you need to also add a LatLonDocValuesField to your document during indexing. Mike McCandless http://blog.mikemccandless.com On Mon, Jul 3, 2017 at 11:18 AM, sc wrote: > While Indexing, I am storing the following fields: > > doc.add(new StoredField("latitude", latitude));

Re: Lucene GeoNear Search and Sort Performance

2017-07-05 Thread sc
Alex, It didn't work for me. Did I miss anything in the above code I posted? Thanks, Satish -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-GeoNear-Search-and-Sort-Performance-tp4343468p4344490.html Sent from the Lucene - Java Users mailing list archive at Nabble.co

Re: Lucene GeoNear Search and Sort Performance

2017-07-05 Thread afilipchik
That worked! Thank you! Thank you, Alex > On Jul 1, 2017, at 2:09 PM, Michael McCandless > wrote: > > You can use LatLonPoint.newDistanceQuery to get the results within the > specified distance, and then use LatLonDocValuesField.newDistanceSort to > sort by distance, and use the IndexSearcher.

mvn snapshot releases

2017-07-05 Thread Terry Smith
I've been using the various snapshot releases to track upcoming changes in Lucene and wasn't sure how they mapped to the various branches in git. The repo at https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/ currently has snapshot releases for 6.7.0, 7.0.0, and