Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 61 to 70 from 155 (0.221s).
Loading phrases to help you
refine your search...
Re: Solr 1.4.1: Weird query results - Lucene - [mail # user]
...Look at the "text" definition stack. Does it have the same analyzer and filter that you used to make the index, and in the same order?  The specific problem is that the "text" field inc...
   Author: Lance Norskog, 2011-04-19, 23:07
Re: RE: ParallelMultisearcher - Lucene - [mail # user]
...You should not use the ParallelMultiSearcher. It will not be in the 4.0 release.  On Thu, Mar 17, 2011 at 11:38 AM, Uwe Schindler  wrote:    Lance Norskog [EMAIL PROTECTE...
   Author: Lance Norskog, 2011-03-23, 03:07
Re: GPU acceleration - Lucene - [mail # dev]
..."There were experiments with moving both pieces of code to the GPU, and GPU did well in terms of speed, but they say getting data in and out of GPU made the approach unfeasible."  That ...
   Author: Lance Norskog, 2011-03-14, 02:29
Re: Help! - Lucene - [mail # user]
...Check out the Mahout project: mahout.apache.org -> there is a lucene-based text classifier project in there.  Lance  On Tue, Mar 1, 2011 at 9:25 PM, Sundus Hassan  wrote: &...
   Author: Lance Norskog, 2011-03-02, 05:29
Re: writeSolrDocument... Map pseudoFields? - Lucene - [mail # dev]
...The 'location' field type is a compound type. Having a field translator somewhere would be awesome; as of awhile back you got the internally generated fields with a 'fl=*'. Is this the right...
   Author: Lance Norskog, 2011-02-28, 00:23
Re: Distributed Indexing - Lucene - [mail # dev]
...Another use case is that N indexers operate independently, all pulling data from the  same database. Each has a separate query to get the documents in its policy.  On Tue, Feb 1, 2...
   Author: Lance Norskog, 2011-02-02, 03:52
Re: Distributed Indexing - Lucene - [mail # dev]
...I would suggest that a DistributedRequestUpdateHandler run single-threaded, doing only one document at a time. If I want more than one, I run it twice or N times with my own program.  A...
   Author: Lance Norskog, 2011-01-29, 23:09
Re: Starting with handlers - Lucene - [mail # dev]
...First, you need a schema. This is like a database schema, but has only one table, and describes how your data should be stored.  There are 5 ways to index data into Solr. These are in o...
   Author: Lance Norskog, 2011-01-22, 23:24
Re: Using Lucene to search live, being-edited documents - Lucene - [mail # user]
...There's a feature in lucene called an "instantiated" index. This has all of the Lucene data structures directly as objects instead of serialized to disk or a RAMDirectory. It never needs to ...
   Author: Lance Norskog, 2011-01-22, 07:21
Re: 3.0.3 Contrib Query Parser : Custom Field Name Builder - Lucene - [mail # user]
...Bravo!  On Fri, Jan 7, 2011 at 10:39 PM, Adriano Crestani  wrote:    Lance Norskog [EMAIL PROTECTED]  ...
   Author: Lance Norskog, 2011-01-09, 04:07
Sort:
project
Solr (1521)
Mahout (872)
Lucene (155)
type
mail # dev (83)
mail # user (67)
issue (5)
date
last 7 days (0)
last 30 days (5)
last 90 days (5)
last 6 months (11)
last 9 months (155)
author
Michael McCandless (5382)
Uwe Schindler (3294)
Robert Muir (3201)
Chris Hostetter (2789)
Erick Erickson (2536)
Grant Ingersoll (2514)
Erik Hatcher (2496)
Otis Gospodnetic (2369)
Mark Miller (2258)
Yonik Seeley (1997)
Simon Willnauer (1441)
Shai Erera (1277)
Doug Cutting (1108)
Dawid Weiss (970)
Ian Lea (928)
Lance Norskog