Re: What is the contrib/surround/src/java purpose

2007-08-09 Thread Paul Elschot
Ard, It's the source code of an alternative query language on top of Lucene that allows boolean queries and span (distance) queries. The minimal documentation is in the Java API documentation on the lucene java site under contrib: Surround Parser, and in the surround.txt file here:

RE: What is the contrib/surround/src/java purpose

2007-08-09 Thread Ard Schrijvers
Thanks Paul, I didn't look at the surround.txt, though I must admit it is a pretty cryptic explanation :-) Regards Ard Ard, It's the source code of an alternative query language on top of Lucene that allows boolean queries and span (distance) queries. The minimal documentation is in