Hi Solr people!
We need to suggest part numbers in alphabetically order adding up to four
characters to the already entered part number prefix. That works quite well
with terms component acting on a multivalued field with keyword tokenizer and
edge nGram filter. I am mentioning "part numbers" to indicate that each item in
the multivalued field is a string without whitespace and where special
characters like dashes cannot be seen as separators.
Is there a way to know if the term (the suggestion) represents such a complete
part number (without doing another query for each suggestion)?
Since we are using SolJ, what we would need is something like
boolean Term.isRepresentingCompleteFieldValue()
Thanks,
Alexander