Re: Query Partial Matching on auto schema

2017-08-17 Thread Erick Erickson
the >> > same Managed Schema functionality." >> > >> > Even using schemaless you can use the managed schema APi to define your >> own >> > field types and fields. >> > >> > For more info [1] >> > >> > [1] >> > https://lucene.apache.org/solr/g

Re: Query Partial Matching on auto schema

2017-08-17 Thread Guilleret Florian
gt; mode.html#SchemalessMode-EnableManagedSchema > > > > > > > > - > > --- > > Alessandro Benedetti > > Search Consultant, R&D Software Engineer, Director > > Sease Ltd. - www.sease.io > > -- > > View this message in context: http://lucene.472066.n3. > nabble.com/Query-Partial-Matching-on-auto-schema-tp4342502p4342509.html > > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Query Partial Matching on auto schema

2017-06-23 Thread Erick Erickson
t; [1] > https://lucene.apache.org/solr/guide/6_6/schemaless-mode.html#SchemalessMode-EnableManagedSchema > > > > - > --- > Alessandro Benedetti > Search Consultant, R&D Software Engineer, Director > Sease Ltd. - www.sease.io > -- > View this message in

Re: Query Partial Matching on auto schema

2017-06-23 Thread alessandro.benedetti
agedSchema - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Query-Partial-Matching-on-auto-schema-tp4342502p4342509.html Sent from the Solr - User mailin

Re: Query Partial Matching on auto schema

2017-06-23 Thread Guilleret Florian
rector > Sease Ltd. - www.sease.io > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Query-Partial-Matching-on-auto-schema-tp4342502p4342506.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Query Partial Matching on auto schema

2017-06-23 Thread alessandro.benedetti
Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Query-Partial-Matching-on-auto-schema-tp4342502p4342506.html Sent from the Solr - User mailing list archive at Nabble.com.

Query Partial Matching on auto schema

2017-06-23 Thread Guilleret Florian
Hi, I use SOLR 5.2.1 with automatic schema. But when try a query with a partial word, Solr didn't found anything. Exemple : I request a query : NHLDO Solr return nothing but there is a document with name NHLDO457 If i request this query : NHLDO457 Solr return me the document. So how i c