delete « index « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » index » delete 

1. Deleting index from Solr using solrj as a client    stackoverflow.com

I am using solrj as client for indexing documents on the solr server. I am having problem while deleting the indexes by 'id' from the solr server. I am using following code to ...

2. solr delete no speceiced field index records    stackoverflow.com

in my solr index,there is a field call price which is product 's price ,but when i import product records to solr,there have some record didn't have price,so there's some issue ...

3. SOLR recover from deleted index files    stackoverflow.com

When I delete solr's index files on disk, (found in /solr/data/index and solr/data/spellchecker), solr throws an exception whenever I try to make a request to it:

java.lang.RuntimeException: java.io.FileNotFoundException: no segments* ...

4. Can you delete a field from a document in Solr index?    stackoverflow.com

I have a big index, and during the indexation process there was an error. So to avoid reindexing which takes several days, I want to simply delete specific field and reindex. ...

5. Lucene: delete from index, based on multiple fields    stackoverflow.com

I need to perform deletion of the document from lucene search index. Standard approach :

indexReader.deleteDocuments(new Term("field_name", "field value"));
Won't do the trick: I need to perform the deletion based on multiple fields. ...

6. Negative selection cannot be deleted from solr index    stackoverflow.com

I have documents in solr index that do not have date field. I want to remove all such documents. Following does not work, even though date:[* TO *] produces documents I want ...

7. Reindexing using lucene/ deleting term from index    stackoverflow.com

I hope you can help me, here is my problem: edit: Now that I re-thought, if there is a way to delete a term from the index, it would work anyway. Is ...

8. deleting or updating a document in lucene index    stackoverflow.com

ok, this question might sound a bit weird, but i have tried to search for this info and could not find it. i have a simple lucene index, that contains some demo ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.