Copy Index from Solr 3.2.0 to Solr 3.4.0
Hallo, I hope somebody can help me. My Question: Is it possible to copy the directory /solr/data/index from indexed from Solrversion 3.2.0 to Solr 3.4.0. I want to use the new Solr-Version and want to put the Index from the old one to the new Solr 3.4.0 Please forgive my bad english Greeds Toralf -- View this message in context: http://lucene.472066.n3.nabble.com/Copy-Index-from-Solr-3-2-0-to-Solr-3-4-0-tp3716021p3716021.html Sent from the Solr - User mailing list archive at Nabble.com.
How to define field type
Hello, I hope someone can help me. I have several documents with the fields content, author, ... indexed. Now I would like to make a faceted search. The exact problem is with me following: As a result (SolrResponse) for query I get: facet_fields= {author = {first name=1, surname = 1}}. As a result I would like to get the whole authors' names . Like this:.facet_fields={author={firstname surname=1}} I tried to change the type of field author to string. But then it is no longer possible to search the content of this field. I hope someone give me some advice. Many thanks for your time Toralf -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-define-field-type-tp3732986p3732986.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: How to define field type
Hi, that sounds very good. Thank you Toralf -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-define-field-type-tp3732986p3733350.html Sent from the Solr - User mailing list archive at Nabble.com.