I do have a same situation. Got 30 million indexed and deleted 3
millions.
DELETE can not be posted as same way as "ADD". We can add multiple
documents in the file, but not for DELETE.
If there is "RANGE" of ID, make the range first then delete the record
in index by
{URL} id:[xxx TO yyy].
T
Evgeniy Strokin wrote:
I'm sorry, I didn't explain my case clearly. My Index base should
stay the same. User run query, and each time he runs query he wants
to suppress his own IDs. The example will be a merchant, who sell
books. He sell only fantasy books and he wants to see all fantasy
books in
ry).
Obviously other book shop has his own book list and his own query and he wants
to search and suppress from the same index base of wholesaler.
- Original Message
From: Siegfried Goeschl <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, April 7, 2008 12:02:18 PM
Su
Hi Evgeniy
+) delete the documents if you really don't need need them
+) create a field "ignored" and build an appropriate query to exclude
the documents where 'ignored' is true
Cheers,
Siegfried Goeschl
Evgeniy Strokin wrote:
Hello,.. I have odd problem.
I use Solr for regular search, and