Phrase match on part of query using solr -
I have the following condition:
We have an exact match for query "ABC" and The results were created correctly. But when the query is looking like "ABC" results, then it is wrong because the exact "matching" on the A-B does not appear. Please help me configure Solar to properly configure "ABC" to find the phrase "phrase".
P.S. The following questions are being worked out as candidates:
AB field: C "AB" C
Want to match on a partial query, you must include the relevant filter for the query analyzer.
Comments
Post a Comment