It can with lucene joining two indices and form a single query?
That is, a document must have some fields indexes to you on the first index and
other fields index to you on second to index.
If this possibility as exists it could be made?
Thanks.
Antonio Bruno
[ http://issues.apache.org/jira/browse/LUCENE-749?page=all ]
Antonio Bruno updated LUCENE-749:
-
Attachment: ChainedFilter.patch.txt
In this way it is avoided that the first ANDNOT operation takes place against a
completely false bitset and will always
[
http://issues.apache.org/jira/browse/LUCENE-749?page=comments#action_12458839 ]
Antonio Bruno commented on LUCENE-749:
--
I correct myself. Task that would have in this way to be:
if (logic == AND)
{
result
[
http://issues.apache.org/jira/browse/LUCENE-749?page=comments#action_12458830 ]
Antonio Bruno commented on LUCENE-749:
--
It would have in this way to be:
...
- if (logic == AND)
+ if (logic == AND || logic == ANDNOT
: Improvement
Affects Versions: 2.0.0
Environment: software platform
Reporter: Antonio Bruno
Priority: Minor
First ANDNOT operation takes place against a completely false bitset and will
always return zero results.
--
This message is automatically generated