Re: Indexing several sub-fields in one solr field

2013-09-19 Thread jimmy nguyen
Hello, thanks for the answer. Sorry, I actually meant attribute "subFieldSuffix". So, in order to be able to index several features in one solr field, should I program a new Java class inheriting AbstractSubTypeFieldType ? Or is there another way to do it ? Thanks ! Jim On Thu, Sep 19, 2013 at

Re: Indexing several sub-fields in one solr field

2013-09-19 Thread Jack Krupansky
There is no such fieldType attribute as "subSuffix". Solr is just complaining about extraneous, junk attributes. Delete the crap. -- Jack Krupansky -Original Message- From: jimmy nguyen Sent: Thursday, September 19, 2013 12:43 PM To: solr-user@lucene.apache.org Subject: Indexing sever