Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple synonym analyzers for multiple fields in a single query #24

Open
jhsuh opened this issue Jun 25, 2013 · 3 comments
Open

Comments

@jhsuh
Copy link

jhsuh commented Jun 25, 2013

I have one more question about synonym_edismax.
Actually we set the field types in schema.xml just like below and when we index/query for each field, just solr can work with those setting.

But for synonym_edismax, I can set the only one tokenizer. How shall I do synonym search for each field which has diffrent type(diffrent tokenized)?
I want to use solr.WhitespaceTokenizerFactory for the field "tag", and solr.StandardTokenizerFactory for the field "title", How can I do that?


...

@janhoy
Copy link
Contributor

janhoy commented Jun 25, 2013

See suggestion in #10 for how we perhaps in a future version could allow for different processing for different fields. Contributions welcome...

@jhsuh
Copy link
Author

jhsuh commented Jun 26, 2013

thanks~

@nolanlawson
Copy link
Member

Renaming this issue to reflect @janhoy's comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants