How do we create multivalued index through code.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Chathuranga Chandrasekara, polygenelubricants, Romain Hippeau, Roger Pate, Gordon♦ Jun 15 '10 at 22:01
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Define a field as multi-valued: In your schema.xml, for the fields you want to have multiple values, add the "multiValued" attribute:
More information can be found: http://wiki.apache.org/solr/SchemaXml#Common_field_options |
|||
|
|