Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 101 to 110 from 157 (0.359s).
Loading phrases to help you
refine your search...
Re: A curious request about a curious request handler - Solr - [mail # user]
...Grant, let me see if I can expand this, as it were:  {!benson f1:v1 f2:v2 f3:v3} (or do I mean {!query defType='benson' ...}?)  I see how that could expand to be anything else I li...
   Author: Benson Margulies, 2012-04-03, 22:46
Re: A curious request about a curious request handler - Solr - [mail # user]
...On Tue, Apr 3, 2012 at 12:27 PM, Grant Ingersoll  wrote:  I don't know. Feel free to point me at doc at any point, but here's the questions that spring to mind:  Starting with...
   Author: Benson Margulies, 2012-04-03, 16:37
A curious request about a curious request handler - Solr - [mail # user]
...I've made a RequestHandler class that acts as follows:  1. At its initialization, it creates a StandardRequestHandler and hangs onto it. 2. When a query comes to it (I configure it to a...
   Author: Benson Margulies, 2012-04-03, 13:43
Re: A little mild abuse of SearchHandler - Solr - [mail # user]
...I've answered my own question, but it left me with a lot of curiosity.  Why is the convention to build strings joined with commas (e.g in SolrQuery.addValueToParam) rather than to use t...
   Author: Benson Margulies, 2012-04-02, 13:09
A little mild abuse of SearchHandler - Solr - [mail # user]
...I've got a prototype of a RequestHandler that embeds, within itself, a SearchHandler. Yes, I read the previous advice to be a query component, but I found it a lot easier to chart my course....
   Author: Benson Margulies, 2012-04-02, 12:58
Re: reproducibility of query results - Solr - [mail # user]
...On Sun, Apr 1, 2012 at 1:05 PM, Steven A Rowe  wrote:   THanks.  ...
   Author: Benson Margulies, 2012-04-01, 17:12
Re: reproducibility of query results - Solr - [mail # user]
...i make a new index each iteration. if I insert the same docs in the same order, should I expect the same query results? Note that I shut down entirely after the adds, then in a new process r...
   Author: Benson Margulies, 2012-04-01, 16:08
reproducibility of query results - Solr - [mail # user]
...I appear to be observing some unpredictability in query results, and I wanted to eliminate Solr itself as a possible cause.  Using 1.4 at the moment. I insert a stack of document (using...
   Author: Benson Margulies, 2012-04-01, 00:02
[SOLR-3298] LBHttpSolrServer javadoc refers to nonexistent (?) CommonsHttpSolrServer - Solr - [issue]
...The javadoc for the LB server begins:LBHttpSolrServer or "LoadBalanced HttpSolrServer" is a load balancing wrapper to CommonsHttpSolrServer.But that class is no longer in the source tree, at...
http://issues.apache.org/jira/browse/SOLR-3298    Author: Benson Margulies, 2012-03-30, 18:19
[SOLR-3269]  <defaultSearchField>name</defaultSearchField> should not reject non-indexable query fields - Solr - [issue]
...I have a custom query processing component that maps field names. So, I want the default field to be a field that is indexed='false', because a lucene index on it is useless. The RequestHand...
http://issues.apache.org/jira/browse/SOLR-3269    Author: Benson Margulies, 2012-03-23, 17:30
Sort:
project
Mahout (510)
Lucene (121)
Solr (118)
Tika (37)
Lucene.Net (11)
type
mail # user (95)
mail # dev (39)
issue (23)
date
last 7 days (9)
last 30 days (9)
last 90 days (10)
last 6 months (13)
last 9 months (157)
author
Chris Hostetter (6395)
Yonik Seeley (5287)
Erick Erickson (3683)
Mark Miller (3085)
Michael McCandless (2846)
Otis Gospodnetic (2822)
Grant Ingersoll (2546)
Robert Muir (2516)
Erik Hatcher (2321)
Uwe Schindler (1988)
Shalin Shekhar Mangar (1705)
Ryan McKinley (1687)
Lance Norskog (1593)
Jack Krupansky (1248)
Ahmet Arslan (1112)
Benson Margulies