On Wed, 12 Jan 2011, Maxime Thomas - Wascou wrote: > My point was very simple, I've got messages to index with a class like id > (int), message (string). > > In SolR, I've defined in my core, only this two fields with id as uniqueKey > and message as defaultSearchField. > At first, I did not set up SolR to use dynamic fields. > > There were two problems : > - first, another field was added : ez_search_field_s and I don't why. > - second one, all my fields were automatically suffixed by there type... > which wasn't the SolR type. > > Do you know why we have the ez_search_field_s added ?
It was part of your definition then. > Why all the field are suffixed (with wrong types) ? > Is it the normal way or did I miss something ? WHy is it a wrong type? All fields are suffixed by their type. In order for the Search component to work, you need a specific base schema.xml for Solr: http://incubator.apache.org/zetacomponents/documentation/trunk/Search/tutorial.html#id1 and schema: http://incubator.apache.org/zetacomponents/documentation/trunk/Search/solr_schema.html cheers, Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug
