0

I would like to have an option to turn stemming on and off in my searches using some toggling options. How can I do that ?

Thanks, N

user1748101
  • 275
  • 1
  • 3
  • 9

1 Answers1

0

One good option would be to store the value in two fields: one that uses a stemming analyzer and one that does not. You can use the <copyField> element to accomplish this. Your application could then choose which field to use during search.

condit
  • 10,852
  • 2
  • 41
  • 60