Re: Luke?

2013-03-15 Thread Eric Charles
For the record, I happily use Luke (with Lucene 4.1) compiled from https://github.com/sonarme/luke. It is also mavenized (shipped with a pom.xml). Thx, Eric On 14/03/2013 09:10, dizh wrote: OK , tomorrow I will put it on spmewhere such as GitHub or googlecode. But, I really don't look into

Re: IndexSearcher.close() removed in 4.0

2013-02-19 Thread Eric Charles
it by passing a directory to the ctor, so close was needed. If you opened the searcher by passing a reader, close was a no op, too. Uwe Uwe Eric Charles schrieb: Hi Uwe, Thx for to point that IndexSearcher does not retain resources. If we continue the analogy with the FilterInputStream

Re: IndexSearcher.close() removed in 4.0

2013-02-19 Thread Eric Charles
guage construct with index readers). Uwe Eric Charles schrieb: Hi Simon, Many thx for this info. I am just digging into the new Lucene3/4 goodies, so excuse my stupid questions. Having a SearcherManager sounds great, I will try it. Still I like the paragdim to 'close' the resources I ha

Re: IndexSearcher.close() removed in 4.0

2013-02-19 Thread Eric Charles
ndexReader); } hope that helps simon On Mon, Feb 18, 2013 at 11:30 PM, Eric Charles wrote: Hi, Why not having the IS#close() calling the wrapped IR#close() ? I would be happier having to only deal with the Searcher once created and forget it wraps a Reader: I create a Searcher, I close it. Thx, Eric

Re: IndexSearcher.close() removed in 4.0

2013-02-18 Thread Eric Charles
Hi, Why not having the IS#close() calling the wrapped IR#close() ? I would be happier having to only deal with the Searcher once created and forget it wraps a Reader: I create a Searcher, I close it. Thx, Eric On 18/02/2013 22:20, Simon Willnauer wrote: On Mon, Feb 18, 2013 at 7:32 PM, saisa

Re: 4.0-SNAPSHOT in maven repo via Jenkins?

2011-07-25 Thread Eric Charles
Hi Steven, Thx for your answers. Seems like I missed the wiki page and SOLR-2634 where much is already said. Cheers. On 25/07/11 15:16, Steven A Rowe wrote: Hi Eric, On 7/24/2011 at 3:07 AM, Eric Charles wrote

4.0-SNAPSHOT in maven repo via Jenkins?

2011-07-24 Thread Eric Charles
ob/Lucene-Solr-Maven-trunk/197/consoleFull [2] https://repository.apache.org/content/groups/snapshots/org/apache/lucene/lucene-core/ -- Eric Charles http://about.echarles.net - To unsubscribe, e-mail: java-user-unsubscr...@l