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

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: http://svn.ap

What is the contrib/surround/src/java purpose

2007-08-08 Thread Ard Schrijvers
Hello, without having to dive into the code, I was hoping somebody could tell me what this contrib block does? I can't seem to find any documentation or relevant hits when searching for it, Thanks in advance, Regards Ard - T