siddharthteotia opened a new pull request #5297:
URL: https://github.com/apache/incubator-pinot/pull/5297


   For general english text, indexing the stop words can easily lead to 
explosion in the size of text index and consequently impact the performance of 
queries. For now use a predefined list of general stop words that can be passed 
to the text analyzer both during indexing and querying. The analyzer ensures 
that stop words in input text are pruned and not indexed. Similarly, on the 
query path, if stop words are present in search expression, the matching is 
done without stop words.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to