Re: Java8 and lucene version

2015-05-06 Thread Erick Erickson
I'd just grab the source, build it and run the tests. WARNING: this is so old that I don't have much experience with it... Short form: Check out the code, something like: svn checkout https://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_4 lucene_2_9_4 build it by going to the directory luc

Re: Java8 and lucene version

2015-05-06 Thread Jason Wee
The difficult way is to go through lucene code and read if is work with java 8. If you can duplicate the index created with lucene 2.9.4, perhaps you can try to upgrade java in test environment, it should give some direct indication or result (for example, exception, index cannot write/read, etc) i

Re: DocValue not replicated

2015-05-06 Thread Erick Erickson
What kinds of warmup times are you seeing? It's possible that your autowarm settings are taking longer than your poll interval and it just _looks_ like the second replication is the one that actually changes things. And a second possibility is that you have some kind of page or browser caching in

Re: SortingAtomicReader alternate to Tim-Sort...

2015-05-06 Thread Adrien Grand
Sorry for the delay, I opened https://issues.apache.org/jira/browse/LUCENE-6469. It can go to trunk and 5.x (the value of x depending on when it's ready :)). On Thu, Apr 30, 2015 at 9:02 AM, Ravikumar Govindarajan wrote: >> >> Would you like to submit a patch that changes SortingMergePolicy to >>

Fwd: Java8 and lucene version

2015-05-06 Thread Pushyami Gundala
Hi, We are using lucene 2.9.4 version for our application that has search. We are planning on upgrading our application to run on java 8. My Question is when we move to java 8 does the lucene-2.9.4 version still work? or i need to upgrade to new version of lucene to support java 8. Regards, Pushy

Re: DocValue not replicated

2015-05-06 Thread Felton Fei
Thanks Erick, The strange thing we found is only after 2 poll. The doc value is updated. The first poll seems not replicate the doc value. Our interval setting is 1m, after 2-3 mins, everything is normal. Could it caused by the delay loading of doc values? Thanks! On 2015-05-03, 12:27 PM, "Erick