how to compile lucene 4.10.4 using jdk7

2017-11-24 Thread Yonghui Zhao
Hi, I clone lucene 4.10.4 tag from github and use ant to build. My ant and local jdk in mac info: *Apache Ant(TM) version 1.9.9 compiled on February 2 2017* *Trying the default build file: build.xml* *Buildfile: /Users/yozhao/src/lucene-solr/lucene/core/build.xml* *Detected Java version: 1.7 in:

Re: Question about a documentation note in CompressingStoredFieldsIndexWriter

2017-11-24 Thread Adrien Grand
That makes sense to me, I'll push that change. Thanks! Le ven. 24 nov. 2017 à 10:40, Roman Margolis a écrit : > Sorry about that. > In my original message, I highlighted the relevant parts which probably > didn't make it to the mail archive. > > I would expect the note to state the following (un

Re: Question about a documentation note in CompressingStoredFieldsIndexWriter

2017-11-24 Thread Roman Margolis
Sorry about that. In my original message, I highlighted the relevant parts which probably didn't make it to the mail archive. I would expect the note to state the following (unless I misunderstood some of the details): "Once data is loaded into memory, you can lookup the start pointer of any docum

Re: Question about a documentation note in CompressingStoredFieldsIndexWriter

2017-11-24 Thread Adrien Grand
Hi Roman, It's unclear to me what modification you are suggesting, could you please share what the updated comment would look like? Le mer. 22 nov. 2017 à 14:17, Roman Margolis a écrit : > Hi, > > I was reading some internal info about Lucene, and was confused by a note > on this page: > > http

Custom pruning strategy with SearcherLifetimeManager

2017-11-24 Thread ivan cruces
Hi, I am using SearcherLifetimeManager to implement pagination. The built-in pruner PruneByAge doesn’t fit in my application as it doesn’t take into account the last time each searcher was used. I am trying to imlement a custom pruning strategy that prunes a searcher based on the last time it was