Why is this surprising? *Assuming* that the EnglishPorterFilterFactory
doesn't stem "clai" to "cla", this makes perfect sense. And since "clai"
isn't English in the first place.
Or am I missing something?
Have you looked at your index with Luke to see what actually gets placed
in it (i.e. whe
Hi,
Wondering if somebody could help me in understanding the following behavior :-
If I search on a text field with search query as "davi cla" then it does not
yields any search results however if I search for "davi clai" then it yields me
100+ results.
The field I am searching on is a text fi
Can you add the values as literals?
http://wiki.apache.org/solr/ExtractingRequestHandler#head-88b9f55989c9878638e88be5d335b5126550f87c
On Apr 3, 2009, at 8:29 PM, Venu Mittal wrote:
Hi,
I am using ExtractingRequestHandler to index rich text documents.
The way I am doing it is I get some dat
: ExtractingRequestHandler Question
Hi TIA,
I have the same desired requirement. If you look up in the archives,
you might find a similar thread between myself and the always super
helpful Erik Hatcher. Basically, it can't be done (right now).
You can however use the "ExtractOnly"
Hi TIA,
I have the same desired requirement. If you look up in the archives,
you might find a similar thread between myself and the always super
helpful Erik Hatcher. Basically, it can't be done (right now).
You can however use the "ExtractOnly" request handler, and just get
the extracted text
Hi,
I am using ExtractingRequestHandler to index rich text documents.
The way I am doing it is I get some data related to the document from database
and then post an xml (containing only this data ) to solr. Then I make another
call to solr, which sends the actual document to be indexed.
But