Re: EdgeNGramFilterFactory More specific ?

2017-08-24 Thread Guilleret Florian
Thanks NGramFilter Work perfectly for my case ;) Guilleret Florian <http://www.girodmedical.com/> Tel : +33 6 21 28 43 06 2017-08-24 10:41 GMT+02:00 Markus Jelsma <markus.jel...@openindex.io>: > NGramFilter! > > > > -Original message- > > From:

EdgeNGramFilterFactory More specific ?

2017-08-24 Thread Guilleret Florian
U2083 DU2083 Like a reverse EdgeNGramFilterFactor. Do you know how to got this behavior ? Guilleret Florian <http://www.girodmedical.com/> Tel : +33 6 21 28 43 06

Re: EdgeNGramFilterFactory did not work

2017-08-21 Thread Guilleret Florian
Ok perfect I will do that then i have only 5-6 field so its ok. Thank you for your help ! Guilleret Florian <http://www.girodmedical.com/> Tel : +33 6 21 28 43 06 2017-08-21 13:32 GMT+02:00 Junte Zhang <junte.zh...@localsearch.ch>: > Unfortunately not. I would recommend not to

Re: EdgeNGramFilterFactory did not work

2017-08-21 Thread Guilleret Florian
Guilleret Florian <http://www.girodmedical.com/> Tel : +33 6 21 28 43 06 2017-08-21 11:07 GMT+02:00 Junte Zhang <junte.zh...@localsearch.ch>: > You have to specify the field where you specified this field analyzer in > your request. If you use the catch all field by omitting

EdgeNGramFilterFactory did not work

2017-08-17 Thread Guilleret Florian
Hi, I want to got this use : My document got SKU. Like : 27VAN670 When i query 27VAN670 solr return my document well. But when i query 27VAN solr return 0 document; So someone telle me to use EdgeNGramFilterFactory. With SOLR Api I add new Field Type : { "add-field-type" : {

Re: Query Partial Matching on auto schema

2017-08-17 Thread Guilleret Florian
Thanks you for your answer. So i saw that in solrconfig.xml i got : true managed-schema And in file managed-schema i got all the schema : But solr tell to not edit the managed-schema. So where do i need to put this : ? Guilleret Florian <h

Re: Query Partial Matching on auto schema

2017-06-23 Thread Guilleret Florian
Yes I mean schemaless. Then with schemaless its impossible to have what I expect ? Guilleret Florian <http://www.girodmedical.com/> Tel : +33 6 21 28 43 06 2017-06-23 12:26 GMT+02:00 alessandro.benedetti <a.benede...@sease.io>: > With automatic schema do you mean schemaless ?

Query Partial Matching on auto schema

2017-06-23 Thread Guilleret Florian
can configure SOLR to retrieve document even with partial word in query with auto schema ? Kind Regards Guilleret Florian