Suppose I have a text field called "myTextField" .
Sometimes the field content may change . I would like to have all versions
of this field be indexed in Solr .

What I want to do , is to make 'myTextField' contain the latest version of
the content and create additional multivalued field  called
'myTextField_history' which will contain all previous versions . 

In this way I can make a boost on 'myTextField' during a search and also
have all versions be indexed and also to know what version is the latest . 

Does Solr has some build in mechanism which can do the same ? Or my solution
is good enough ? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Document-versioning-support-tp4168417.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to