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
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]
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
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