| clear query|facets|time |
Search criteria: KStemFilterFactory.
Results from 21 to 30 from
57 (0.826s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Stemmer Question - Solr - [mail # user]
|
|
... which speaks of an attribute preserveOriginal="1" on solr.WordDelimiterFilterFactory. So it seems like I can get the functionality I am looking for by setting preserveOriginal, is that correct...
|
|
...Ok, so I'm digging through the code and I noticed in org.apache.lucene.analysis.synonym.SynonymFilter there are mentions of a keepOrig attribute. Doing some googling led me to http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters...
|
|
|
Author: Jamie Johnson,
2012-03-09, 19:27
|
|
|
Re: SolrCloud on Trunk shard update error - Solr - [mail # user]
|
|
...There is more, but it was lost since I was doing so many inserts. The issue looks like it's getting thrown by a custom FilterFactory I have and is completely unrelated to SolrCloud. I am...
|
|
|
Author: Jamie Johnson,
2012-02-09, 20:23
|
|
|
Re: Stemmer Question - Solr - [mail # user]
|
|
... as weighting them differently using the payloads however. I am not sure how to use the preserveOriginal attribute from WordDelimeterFilterFactory, can anyone provide guidance on that? On Fri, Mar 9...
|
|
|
Author: Jamie Johnson,
2012-03-09, 21:04
|
|
|
Re: Text field case sensitivity problem - Solr - [mail # user]
|
|
...I'm not familiar with the CharFilters, I'll look into those now. Is the solr.LowerCaseFilterFactory not handling wildcards the expected result or is this a bug? On Wed, Jun 15, 2011 at 4...
|
|
|
Author: Jamie Johnson,
2011-06-30, 14:23
|
|
|
Re: Stemmer Question - Solr - [mail # user]
|
|
...Thanks the KeywordMarkerFilterFactory seems to be what I was looking for. I'm still wondering about keeping the unstemmed word as a token though. While I know that this would increase...
|
|
|
Author: Jamie Johnson,
2012-03-08, 15:40
|
|
|
Stemmer Question - Solr - [mail # user]
|
|
... switched to KStem and I believe the issue is less, but I was wondering still if there was a way to set a number of stop words for which you didn't want stemming to occur or if there was a way...
|
|
|
Author: Jamie Johnson,
2012-03-08, 13:18
|
|
|
Re: distributed deletes working? - Solr - [mail # user]
|
|
....DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:478) at org.apache.solr.update.processor.LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:137) at org.apache.solr.handler.XMLLoader.processDelete(XMLLoader.java:235) at org...
|
|
....handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) at org.apache.solr.core.SolrCore.execute(SolrCore.java:1523) at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter...
|
[+ show more]
[- hide]
| ....java:405) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:255) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org... |
|
|
Author: Jamie Johnson,
2012-02-17, 18:27
|
|
|
[SOLR-3427] Faceting under some conditions throws NPE - Solr - [issue]
|
|
....solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442)
at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263)
at org.eclipse.jetty...
|
|
....servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484)
at org.eclipse...
|
|
|
http://issues.apache.org/jira/browse/SOLR-3427
Author: Jamie Johnson,
2012-05-02, 19:52
|
|
|
NPE when faceting - Solr - [mail # user]
|
|
....apache.solr.core.SolrCore.execute(SolrCore.java:1550) at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:442) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:263) at org.eclipse...
|
|
....jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1337) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:484) at org.eclipse...
|
|
|
Author: Jamie Johnson,
2012-05-01, 20:51
|
|
|
Re: Stemmer Question - Solr - [mail # user]
|
|
... token filter by mixing synonym filter and stem filter. This is useful for wildcard queries. And for normal queries, this could rank exact matches higher. ...
|
|
|
Author: Jamie Johnson,
2012-03-09, 03:58
|
|
|
|