In Solr, How to Fuzzy search and Range search in Phrase -


All:

What do I do:

Find documents SOLR in which Some phrases include:

  Episode A-1, Episode A-2, Episode A -3 ... Episode B-1, Episode B-2, Episode B-3 Episode Z-1, Episode Z-2, Episode Z-3 ...  

Number episodes may vary in each episode, and sometimes episodes Episodes can happen.

So I wonder: if I want to find a phrase, then how can I use some fuzzy search

"episode [s] [ed] {1} - \ d + "

(I'm not sure whether this reged is correct or not, but this is basically my idea) in Reggae? I think it includes fuzzy searches like episode [s] and category search [ez] and maybe [1- 9].

Thanks

Solar 4 supports rebacy queries. See

for more details

field name: / episode? [A-Z] - [1- 9] [0- 9] {0,} /


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -