Thanks a lot for your help. I'll try it out. I didn't see a defType on the
SolrQuery object, this is why I tought it had to be set in the config. Or is
queryType the same as defType?
--
View this message in context:
http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-n
--
> View this message in context:
> http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3676040.html
> Sent from the Solr - User mailing list archive at Nabble.com.
10
edismax
name keywords description username
should it work using solrJ? Do I have to remove the line:
text
from my schema.xml file?
--
View this message in context:
http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3676040.html
Sent from the Solr - User ma
uery = new SolrQuery(keyword);
> QueryResponse response = solrServer.query(query);
> SolrDocumentList documents = response.getResults();
> Thanks
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675966.html
> Sent from the Solr - User mailing list archive at Nabble.com.
ver.query(query);
SolrDocumentList documents = response.getResults();
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675966.html
Sent from the Solr - User mailing list archive at Nabble.com.
because I'm using this mutiValued "text" field that the
> EdgeNGramTokenizer doesn't work? I have a name called "test". When I search
> for "test" it returns the result, but when I search for "tes" it doesn't. I
> already did a full re-index.
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/EdgeNGramTokenizer-not-working-tp3675926p3675926.html
> Sent from the Solr - User mailing list archive at Nabble.com.
is mutiValued "text" field that the
EdgeNGramTokenizer doesn't work? I have a name called "test". When I search
for "test" it returns the result, but when I search for "tes" it doesn't. I
already did a full re-index.
--
View this message in context: