This tag is used for everything regarding the "StandardAnalyzer" in Apache's "Lucene" library.
Questions tagged [standardanalyzer]
17 questions
0
votes
1 answer
Single word hits in Lucene not found
I'm making a system that looks through articles about different stuff and picks out some description about it. Basically a lot like a encyclopaedia. At first I ran into a problem where if I searched for "cat" I got a lot of hits to articles like…

Geir K.H.
- 253
- 1
- 9
0
votes
1 answer
preventing certain docs from being indexed in clucene
I am building a search index with clucene and I want to make sure docs containing any offensive terms never get added to the index. Using a StandardAnalyzer with stop list is not good enough since the offensive doc still gets added and would be…

duffy
- 615
- 1
- 9
- 25