to join two indexes and form a single query

2006-12-19 Thread Antonio Bruno
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

[jira] Updated: (LUCENE-749) ChainedFilter does not work well in the event of filters in ANDNOT

2006-12-15 Thread Antonio Bruno (JIRA)
[ 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

[jira] Commented: (LUCENE-749) ChainedFilter does not work well in the event of filters in ANDNOT

2006-12-15 Thread Antonio Bruno (JIRA)
[ 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

[jira] Commented: (LUCENE-749) ChainedFilter does not work well in the event of filters in ANDNOT

2006-12-15 Thread Antonio Bruno (JIRA)
[ 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

[jira] Created: (LUCENE-749) ChainedFilter does not work well in the event of filters in ANDNOT

2006-12-15 Thread Antonio Bruno (JIRA)
: 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