Looks great!
A couple of missing features:
1. phrase slop: phrase slop can be set with "t1 t2"~10, which matches t1
and t2 within 10 terms of one another (actually t1 up to 10 before or 8
after t2).
2. field grouping: a bunch of clauses can be scoped to a particular field
with:
f1(+t1 +"t2 t3" ...)
This sets the field for for t1, t2, t3, etc. to be f1. This is a
side-effect of the way that fields and grouping work, but a useful one that
I think deserves an example.
Doug
> -----Original Message-----
> From: Peter Carlson
> [mailto:carlson.at.bookandhammer.com@cutting.at.lucene.com]
> Sent: Wednesday, May 15, 2002 6:58 AM
> To: dcutting@grandcentral.com
> Subject: PLEASE REVIEW: Updated Query Parser Syntax
>
>
> Hi,
> I have updated the query parser syntax document and put it up
> on the website
> (without any links).
>
> http://jakarta.apache.org/lucene/docs/queryparsersyntax.html
>
> Please review it and send feedback.
>
> Current questions:
>
> The current queryParser supports range searches, but can you
> put a date into
> the query parser? Are range searches only used for searching dates?
>
> --Peter
>
>
> --
> To unsubscribe, e-mail:
<mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
|