drupal - Include synonyms in solr without using synonyms.txt -
I am using Drupal Apache Solr for my searches. In this I got a synonym.txt file in which you You can manually add words that you want.
But as I think it would be very difficult to include the word synonyms for each word because my application is bigger in data.
What do I want to achieve in my search results:
When users search potatoes instead of potatoes, we will display potatoes as 1 result.
Another example: When the user searches for 'raw apple' then we will show 'apple' as the first record because 'raw apple' is the synonym of apple.
But the problem is 100K records and each record has 4-5 synonyms that are not possible to manually enter them.
Another issue is that if I want to change the synonyms of a particular record, then I have to do it manually, which is also time-consuming.
I want to know that there is any other option which I do not need to manually enter the synonyms?
IMO is close to search engine optimization, besides you have difficulties managing the synonyms manually Time may be there.
Follow the Indian e-Retail Site What To Do To Adjust Synonyms For example, e-retail stores have optimized the name of a particular product, as the shopkeeper " Ballet "and incorrect spelling. They will not guess before users actually search for them.
Therefore log all requests that return some results (and otherwise unsatisfied customers). Maintain a list of synonyms in the index and include these synonyms in the keyword when adding a new product: When a product joins
xyz , all synonyms will bex ,y andz and let your people select their data entry. 'Type': 'option' 'word': 'ballet', 'belly' type ':' potato ',' potato ',' aloo 'type': 'product' Name ':' home garden potato seeding machine '' keyword ':' potato ',' aloo 'type': 'product' 'name': 'aloo pea mix' keyword ':' potato ',' potato ' 'Paneer'
Comments
Post a Comment