Re: What is a good book on Lucene?

2006-06-28 Thread Ben Knear
Grant Ingersoll wrote: Lucene In Action is well done. It doesn't cover all the latest features per se (as in 2.0 version), but hits on most of them. Haven't read the others. There are also a lot of free resources available that you could use to piecemeal together. Check the wiki.for these

Re: Flushing RAMDir into FSDir

2006-06-28 Thread Ben Knear
eed of the indexing, but minimize damage in case of a crash. Ben Knear - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: weird error with SVN of Lucene

2006-06-27 Thread Ben Knear
Yura Smolsky wrote: Hello, Chris. CH> : svn co -r 417135 CH> http://svn.apache.org/repos/asf/lucene/java/trunk lucene-java-2.0.0-417135 CH> : svn: REPORT request failed on CH> '/repos/asf/!svn/bc/417505/lucene/java/trunk' CH> : svn: REPORT of '/repos/asf/!svn/bc/417505/lucene/java/trunk': CH> 40

A Special SpanQuery

2006-06-22 Thread Ben Knear
I am trying to make a SpanNearQuery that will contain a SpanNotQuery and running into a bit of difficulty. Has anyone worked with creating a variation of a SpanQuery or using special logic to make this work? For example - (A B !C) in order with a slop of 1 should return results with A and B with