The lucene tag has no wiki summary.
0
votes
0answers
72 views
Why Lucene algorithm not working on Exact String in Java? [closed]
I am working Lucene Algorithm in Java.
We have 100K stop names in MySQL Database. The stop names are like
NEW YORK PENN STATION,
NEWARK PENN STATION,
NEWARK BROAD ST,
NEW PROVIDENCE
etc
When ...
3
votes
1answer
181 views
NLP - Queries using semantic wildcards in full text searching, maybe with Lucene?
Let's say I have a big corpus (for example in english or an arbitrary language), and I want to perform some semantic search on it. For example I have the query:
"Be careful: [art] armada of [sg] is ...
8
votes
1answer
203 views
Good library for search text tokenization
Looking to tokenize some text in the same or similar way in which a search engine would do it.
The reason we are doing this is so that we can run some statistical analysis on the tokens. The language ...
7
votes
1answer
173 views
How important is index size when searching?
My company has recently began using Apache Solr to search its data. As we learn how to use it we have gone down the path of indexing multiple fields to get the results we need. Most of these are ...
