Home | About | Sematext search-lucene.com search-hadoop.com
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]
   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
Sort:
project
Solr (57)
Lucene (1)
type
mail # user (54)
issue (3)
date
last 7 days (0)
last 30 days (1)
last 90 days (4)
last 6 months (7)
last 9 months (57)
author
Chris Hostetter (861)
Yonik Seeley (591)
Erick Erickson (468)
Robert Muir (382)
Jack Krupansky (335)
Uwe Schindler (325)
Michael McCandless (237)
Ahmet Arslan (223)
Erik Hatcher (211)
Otis Gospodnetic (202)
Grant Ingersoll (199)
Mark Miller (161)
Ryan McKinley (153)
Markus Jelsma (149)
Lance Norskog (146)
Jamie Johnson