Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 65 (0.275s).
Loading phrases to help you
refine your search...
Re: How to combine QueryParser and Wildcard search - Lucene - [mail # user]
...Hi Pulkit,  In case you are using the standard contrib query parser (equivalent to lucence QP), you may want to create a QueryNodeProcessor, that will convert TermQueryNodes to Wildcard...
   Author: Adriano Crestani, 2010-11-19, 19:08
Re: Welcome Adriano Crestani as Lucene/Solr committer! - Lucene - [mail # dev]
...Thanks everyone!  Introduction: I'm Brazilian and have a Bachelor degree in Computer Science since 2008. However, my first contributions to open source (Apache Tuscany) happened when I ...
   Author: Adriano Crestani, 2010-11-18, 18:20
Re: How to export lucene index to a simple text file? - Lucene - [mail # user]
...A codec like that would be welcome :)  On Wed, Sep 22, 2010 at 5:31 AM, Michael McCandless  wrote:  ...
   Author: Adriano Crestani, 2010-09-22, 09:40
Re: Cloning TermAttribute objects - Lucene - [mail # dev]
...Keeping this thread alive.  I would appreciate a response from the community about this issue.  Thanks in advance, Adriano Crestani  On Tue, Jul 13, 2010 at 3:59 AM, Adriano C...
   Author: Adriano Crestani, 2010-07-15, 20:00
Cloning TermAttribute objects - Lucene - [mail # dev]
...Hi,  Why TermAttributeImpl.clone() method uses buff.clone() instead of System.arrayCopy to clone its internal buffer? Performance reasons?  I have the following scenario:  ......
   Author: Adriano Crestani, 2010-07-13, 07:59
Re: recommendation for deprecated StandardTokenizer.next() method? - Lucene - [mail # user]
...Hi,  It's because a new TokenStream API has been introduced after version 2.9, so you should change your code to use the new API too.  Please, take a look at TokenStream javadoc, i...
   Author: Adriano Crestani, 2010-06-03, 20:45
Re: how to reuse a tokenStream? - Lucene - [mail # user]
...Hi,  If the reader supports reset, try to also reset it.  Anyway, if in your final code, you are really using WhitespaceAnalyzer, I guess you should use WhitespaceTokenizer instead...
   Author: Adriano Crestani, 2010-05-29, 07:41
Re: Questions about the new query parser framework - Lucene - [mail # user]
...Hi Daniel,   1. Is it intentional that query nodes do not implement equals()?  I had rather a lot of overhead when writing unit tests due to being unable to use it - it's either (a...
   Author: Adriano Crestani, 2010-05-03, 05:11
Re: Is the new Lucene Query parser framework compatibility with older lucene versions ? - Lucene - [mail # user]
...Hi Kannan,  contrib-queryparser code is not compatible with 2.4 release because it uses the Attribute API, which was only introduced in 2.9.  Regards, Adriano Crestani  On Wed...
   Author: Adriano Crestani, 2010-04-29, 02:31
Re: SpanQuery for Terms at same position - Lucene - [mail # user]
...You are right Paul, 0 would not work, probably something less than zero, as Paul suggested. Give it a try and tell us if it worked ; )  On Sun, Nov 22, 2009 at 9:50 AM, Paul Elschot wro...
   Author: Adriano Crestani, 2009-11-23, 07:11
Sort:
project
Lucene (65)
type
mail # dev (32)
mail # user (24)
issue (9)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (65)
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)
Adriano Crestani