I run a batch fullindexing process but it seems to get disconnected
after the first batch.
Am using the php-solr-client. Am wondering if this thread is relevant to me:
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201001.mbox/%3cd8b8d0161001122041w230b34efxdc15f17a8c8c4...@mail.gmail.
Hello,
What options do I have to hide "ugly" data in the search results? For
example, I am crawling HTML pages and some documents have loose tags
or a long string such as "32lkj31U682860678Stock "
I could scrub the data before getting ingested into the index. (html
parsing, removing strings longe
If i use WordDelimiterFilterFactory during indexing and at query time,
will a search for "cls500" find "cls 500" and "cls500x"? If so, will
it find and score exact matches higher? If not, how do you get exact
matches to display first?