Darniz,

The "indexer" is typically an external application you write.  This application 
gets documents from some data source and sends them to Solr for indexing.  It 
is this application that needs to be able to re-get the appropriate set of 
documents from the data source and re-send them to Solr for re-indexing.

Otis
--
Sematext is hiring -- http://sematext.com/about/jobs.html?mls
Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR



----- Original Message ----
> From: darniz <rnizamud...@edmunds.com>
> To: solr-user@lucene.apache.org
> Sent: Tue, November 17, 2009 5:12:09 PM
> Subject: initiate reindexing in solr for field type changes
> 
> 
> Hi users,
> i wanted to know is there a way we can initialte solr indexing.
> I mean for example i have a field which was of type string and i indexed 100
> documents.
> When i change the field to text i dont want to load the document again, i
> should be able to just run a command line and the documents should be
> indexed again with the updated field type.
> 
> The same applies with stemmer. 
> for example we were using Porter stemmer and we indexed like 2 million docs.
> Now we want to change the configuration to Kstemmer and for this to take
> effect we have to again bulk load all 2 million docs.
> 
> Is there a way to run the indexer again.
> 
> Please let me know.
> Thanks
> darniz
> -- 
> View this message in context: 
> http://old.nabble.com/initiate-reindexing-in-solr-for-field-type-changes-tp26397067p26397067.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to