What would automation look like? How would an automated process "know" what
to do in these cases?

But I'm somewhat confused. On the one hand you say:
bq: type in 'r' I display both ring tone and ringtone in auto suggest list

Then mention stopwords "so that it doesn't get indexed". How do those
relate?

You could always use a copyField to move things into a field that you use
for special purposes.

Best,
Erick


On Fri, Oct 25, 2013 at 1:14 PM, Developer <bbar...@gmail.com> wrote:

> I am currently using a separate core for indexing the autosuggest keywords.
> Everything works fine except for one issue as below.
>
> In index I have 2 entries
>
> ring tone
> ringtone
>
> When users type in 'r' I display both ring tone and ringtone in auto
> suggest
> list. I am trying to figure out a way to standardize common keywords (known
> standardized keywords) automatically.
>
> Currently I manually add the non standard keywords to the stopwords.txt
> file
> so that it doesn't get indexed. Is there a way I can automate this?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Need-idea-to-standardize-keywords-ring-tone-vs-ringtone-tp4097794.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to