| clear query|facets|time |
Search criteria: stopfilterfactory.
Results from 31 to 40 from
108 (5.25s).
|
|
|
Loading phrases to help you refine your search...
|
|
AnalyzersTokenizersTokenFilters - Solr - [wiki]
|
|
...="solr.LowerCaseTokenizerFactory"/>
</analyzer>
</fieldType>
solr.KeepWordFilterFactory
Creates org.apache.solr.analysis.KeepWordFilter. Solr1.3
Keep words on a list. This is the inverse behavior of StopFilterFactory...
|
|
|
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
Author: MarkBennett,
2013-04-28, 04:41
|
|
|
[SOLR-594] StopFilterFactory, SynonymFilterFactory and EnglishProterFilterFactory not backwards compatible because of inform - Solr - [issue]
|
|
....put("words", "stopwords.txt");
StopFilterFactory stopFilter = new StopFilterFactory();
stopFilter.init(args);
args = new HashMap<String, String>();
args.put("generateWordParts", "1...
|
|
|
http://issues.apache.org/jira/browse/SOLR-594
Author: Ronald Braun,
2008-07-15, 21:39
|
|
|
[SOLR-521] Allow StopFilterFactory to use StopFilter setEnablePositionIncrementsDefault function - Solr - [issue]
|
|
...Lucene StopFilter has a function, setEnablePositionIncrementsDefault, that when set, "when a token is stopped (omitted), the position increment of the following token is incremented". ...
|
|
|
http://issues.apache.org/jira/browse/SOLR-521
Author: Walter Ferrara,
2008-06-12, 22:58
|
|
|
Re: solr.StopFilterFactory doesn't work with wildcard - Solr - [mail # user]
|
|
... Jack has kind of glossed over some key questions here... 1) why are you using StopFilterFactory in your "multiterm" analyzer like this? 2) what do you expect it to do if "series...
|
|
|
Author: Chris Hostetter,
2013-04-24, 18:41
|
|
|
Re: filter query parsing problem - Solr - [mail # user]
|
|
... It seems that stopfilterfactory is eating A which is a stop word. You can remove stopfilterfactory from analyzer chain of type of PublisherType. Or you can remove entry a from stopwords.txt. ...
|
|
|
Author: Ahmet Arslan,
2010-01-18, 21:40
|
|
|
Re: solr.StopFilterFactory doesn't work with wildcard - Solr - [mail # user]
|
|
...1) I use StopFilterFactory in "multiterm" analyzer because without it "query" analizer doesn't work with multi-terms, in particular terms with wildcard. 2) I expect that: search...
|
|
..._string_ss_i:pavilion* +search_string_ss_i:d4* i.e. I expect that StopFilterFactory will work likewise query without wildcard Thanks for you answer View this message in context: http://lucene.472066.n3.nabble.com...
|
|
|
Author: Dmitry Baranov,
2013-04-25, 08:19
|
|
|
[SOLR-3017] Allow edismax stopword filter factory implementation to be specified - Solr - [issue]
|
|
...Currently, the edismax query parser assumes that stopword filtering is being done by StopFilter: the removal of the stop filter is performed by looking for an instance of 'StopFilterFactory...
|
|
... the stopword filter factory class to be supplied as a param, "stopwordFilterClassName". If no value is given, the default (StopFilterFactory) is used.
Another option I looked into was to extend StopFilterFactory...
|
[+ show more]
[- hide]
| ... to create our own filter. Unfortunately, StopFilterFactory's 'create' method returns StopFilter, not TokenStream. StopFilter is also final.... |
|
|
http://issues.apache.org/jira/browse/SOLR-3017
Author: Michael Dodsworth,
2012-03-01, 22:48
|
|
|
How to test solr filter - Solr - [mail # user]
|
|
...Dear, I have done some changes on StopFilterFactory. I would like to test these changes using java class to simulate Solr engine. What are the required steps in order to do...
|
|
|
Author: Momo_Lelo,
2011-12-25, 08:18
|
|
|
Re: Skip first word - Solr - [mail # user]
|
|
... There is no such filter that i know of. Though, you can implement one with modifying source code of LengthFilterFactory or StopFilterFactory. They both remove tokens. Out of curiosity...
|
|
|
Author: Ahmet Arslan,
2012-07-25, 16:10
|
|
|
Apache Solr Release Notes - Solr - [web site]
|
|
...Apache Solr Release NotesIntroduction Apache Solr is an open source enterprise search server based on the Apache Lucene Javasearch library, with XML/HTTP and JSON AP...
|
|
|
http://lucene.apache.org/solr/4_0_0/changes/Changes.html
2012-10-11, 09:44
|
|
|
|