Hi,

if you are using the schema from the Solr example, the fields with the type
"string" are not analyzed.
You should find a "text" field type or you can create one like shown in this
example:

http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/schema.xml?view=markup

take a look to the "text_en" field type.

Another thing, in your query you are using the default field.

Try this one:

http://localhost:8983/solr/db/select/?q=title:implementation

Ludovic.

-----
Jouve
France.
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problem-with-making-Solr-query-tp3228877p3228933.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to