Property reference

glide.lucene.stop_words

The glide.lucene.stop_words property defines a list of stop words that are ignored during text indexing and searching. Admins should review this property to optimize search performance and relevance by adjusting the stop words as needed.

Default: a,and,are,as,at,be,but,by,for,if,in,into,is,it,no,not,of,on,or,s,such,t,that,the,their,then,there,these,they,this,to,was,will,with,can,not,I,seem,try,when,then,am Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies which common words are excluded from text indexing and search queries to enhance search efficiency.
What area does it affect? Text indexing and searching
What does the default mean? The default value is "a,and,are,as,at,be,but,by,for,if,in,into,is,it,no,not,of,on,or,s,such,t,that,the,their,then,there,these,they,this,to,was,will,with,can,not,I,seem,try,when,then,am", which is the baseline setting used unless it is changed.
When should you review it? Review this property when adjusting search relevance or performance in the system.

Out of the box property record

Raw metadata from the property record.

Property name glide.lucene.stop_words
Sys ID 6aa5d6dec0a8011300032ec15bd4bf9a
Type string
Application Global
Default value a,and,are,as,at,be,but,by,for,if,in,into,is,it,no,not,of,on,or,s,such,t,that,the,their,then,there,these,they,this,to,was,will,with,can,not,I,seem,try,when,then,am
Description Stop words, ignored when text indexing and searching
Updated 2024-05-25 03:39:01

Sources

Official references and nearby text excerpts where this property appears.