: RE: Search using another search result using Multiple indexes
Why don't you use just one index with fields
fileid, filename, filetype, lastmodified, created, f1,f2,f3,f4,f5
then, you could write a query like +filetype:pdf +f5:1
DIGY
-Original Message-
From: Ranga [mailto:ra...@capdig
PM
To: lucene-net-dev@lucene.apache.org
Subject: Search using another search result using Multiple indexes
Hi all,
I need the search using another search result. can anyone help me? My
scenario is
I have index1 with fields fileid, filename, filetype, lastmodified, created
etc.
I have index2 with f
Hi all,
I need the search using another search result. can anyone help me? My
scenario is
I have index1 with fields fileid, filename, filetype, lastmodified, created
etc.
I have index2 with fields fileid, f1,f2,f3,f4,f5 , where f1 - f5 all are
boolean fields and holds value 0/1.
Now I want to