On 11/5/07, Yu-Hui Jin <[EMAIL PROTECTED]> wrote:
> Just curious, does the default operator ( "AND" or "OR") specify the
> relationship between a field/value component or between the tokens of the
> same field/value componenet?
between any clauses in a boolean query.
> e.g. for a query like this
Thanks, Yonik.
Just curious, does the default operator ( "AND" or "OR") specify the
relationship between a field/value component or between the tokens of the
same field/value componenet?
e.g. for a query like this:
field1:abc field2:xyz
does the operator connect field1:abc and field2:xyz ,
On 11/4/07, Yu-Hui Jin <[EMAIL PROTECTED]> wrote:
> Let's say we defined a customer filed type that when querying and indexing,
> the solr.LowerCaseFilterFactory is used as the last filter to low-case all
> letters. In the Analysis UI, we found tokenization is working correctly.
>
> We also define