Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: KStemFilterFactory.   Results from 31 to 40 from 57 (0.833s).
Loading phrases to help you
refine your search...
[SOLR-3362] FacetComponent throws NPE when doing distributed query - Solr - [issue]
...)        at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)        at org.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...
http://issues.apache.org/jira/browse/SOLR-3362    Author: Jamie Johnson, 2012-04-19, 04:26
Distributed FacetComponent NullPointer Exception - Solr - [mail # user]
....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-04-17, 02:38
NullPointException when Faceting - Solr - [mail # user]
....apache.solr.core.SolrCore.execute(SolrCore.java:1542) at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:406) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:255) at org.mortbay.jetty...
....servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399) at org...
   Author: Jamie Johnson, 2012-03-29, 22:33
Re: Distributed FacetComponent NullPointer Exception - Solr - [mail # user]
...$organization__terms}organization&isShard=true  Now there is an obvious issue here with our data having these \n characters in it which I will be fixing shortly (plan to use a set of Character replace filters to remove extra white space...
   Author: Jamie Johnson, 2012-04-17, 14:13
Re: Stemmer Question - Solr - [mail # user]
...Barring the horrible name I am wondering if folks would be interested in having something like this as an alternative to the standard kstemmer.  This is largely based on the SynonymFilter...
   Author: Jamie Johnson, 2012-03-11, 02:36
Using the ids parameter - Solr - [mail # user]
....apache.solr.core.SolrCore.execute(SolrCore.java:1539)  at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:406)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:255)  at org.mortbay...
....jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)  at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)  at org...
   Author: Jamie Johnson, 2012-03-20, 21:53
Text field case sensitivity problem - Solr - [mail # user]
.../solr/select?defType=lucene&q=Person_Name:Kris* I get nothing.  I thought the LowerCaseFilterFactory would have handled lowercasing both the query and what is being indexed, am I missing...
   Author: Jamie Johnson, 2011-06-14, 21:08
Custom Component which removes documents from response - Solr - [mail # user]
...(sortVals.get(fieldname) == null)     continue;     ArrayList list = (ArrayList) sortVals.get(fieldname);     list.removeAll(filteredDocs);         }     }    }  where filteredDocs is an Array...
...(sortVals.get(fieldname) == null)     continue;     Object[] sortValue = (Object[])sortVals.get(fieldname);     List sortValueList = new ArrayList(sortValue.length);     sortValueList.removeAll(filtered...
   Author: Jamie Johnson, 2012-03-03, 03:19
Solr 4.0 Question - Solr - [mail # user]
... uses this horrible code in a lot of places, leaving us with a major piece of work undone. Major parts of Solr’s facetting and filter caching need to be rewritten to work per atomic segment...
   Author: Jamie Johnson, 2012-02-25, 20:39
Re: SolrCloud Replication Question - Solr - [mail # user]
...AdminHandler.handleRequestBody(CoreAdminHandler.java:181) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:358...
...) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:172) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org...
[+ show more]
   Author: Jamie Johnson, 2012-02-15, 03:57
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