Hi, I have a question to the content of the document fields. My configuration
is ok so far, I index a database with DIH and have configured a index
analyser as folow:
...
On the analysis view, my filters work poperly. On the end of the filter
I understand now. I become the raw content of the field because is "stored".
The filtered content is in the response not visible. I can only see this in
the analysis view. Ok now :)
I will try to move the StopFilter under the WordDelimeter.
Thanks!
--
View this message in context:
http://lucen
Hi, I would like to write my own filter. I try to use the following class:
public class MyFilter extends TokenFilter {
private String myField
public SemanticQueryExpansionFilter(TokenStream input, myFiled)
{
super(input);
this.myField = my