bripkens / lucene

Node.js lib to transform: lucene query → syntax tree → lucene query
MIT License
72 stars 33 forks source link

Named field fuzzy search? #51

Open paul-uz opened 2 years ago

paul-uz commented 2 years ago

I'm getting a syntax error when trying to do age:~30

Is there anyway to do a fuzzy search on a named field? If not, could it be added?