Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: TermQParserPlugin.   Results from 61 to 70 from 322 (3.566s).
Loading phrases to help you
refine your search...
Re: svn commit: r1384834 [2/3] - in /lucene/dev/branches/lucene_solr_3_6/solr: ./ contrib/ contrib/dataimporthandler/ contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/ contrib/dataimporthandler/src/test/org/apache/solr/handler/da - Lucene - [mail # dev]
... at: ed and n), eWriter"/> is as continued aults. delete ons, the ram  file ample  no eKey ion). we Schindler). now of info only (gsingers, hossman, yonik)  uses Lucene's  term dictionary...
... and This ndler. adds support uggest" d terms r" in  document  per-field tax.  The alue on the es for "/> they y field ning adjacent ker can be he results  spellcheckers. maxCollationTries".  instance...
[+ show more]
   Author: Robert Muir, 2012-09-14, 16:17
Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 6736 - Failure! - Lucene - [mail # dev]
...ClassHooks ce er Overrides lues aton ghtly) toryNotClosed fTestFails pleAttributeImpl sOfNonMatches essLocalePassedOrNot s r rTermAttributeImpl ghtly) d nations lector wnChaining tionPolicy der m s ock...
..., TestNRTManager, TestTopDocsCollector, TestCachingTokenFilter, TestBy tesRefHash, TestSegmentMerger, TestNeverDelete, TestSegmentTermEnum, TestCo njunctions, TestIndexWriterWithThreads] ex...
[+ show more]
   Author: Robert Muir, 2012-09-17, 13:43
Re: how to retrieve total token count per collection/index - Solr - [mail # user]
...On Thu, Aug 9, 2012 at 4:24 PM, tech.vronk  wrote:   unfortunately 3.6 does not carry this statistic, there is really no clear delineation of 'field' in 3.x, all the terms are just a big...
... sorted list of field+term. so there are no field-level statistics at all! these are new in 4.0  lucidimagination.com ...
   Author: Robert Muir, 2012-08-09, 20:30
Re: how to retrieve total token count per collection/index - Solr - [mail # user]
.../org/apache/lucene/index/Terms.html#getSumTotalTermFreq%28%29  lucidimagination.com ...
   Author: Robert Muir, 2012-08-09, 16:02
Re: Lucene3xCodec doesn't allow deletions in 4x? - Lucene - [mail # dev]
.../test-framework/src/java/org/apache/lucene/codecs/lucene3x/PreFlexRWCodec.java (working copy) @@ -38,8 +38,6 @@    private final TermVectorsFormat termVectors = new PreFlexRWTermVectorsFormat();    private final SegmentInfoFormat segment...
...Directory(oldIndexDirs.get(name)); +      IndexWriter iw = new IndexWriter(dir, new IndexWriterConfig(TEST_VERSION_CURRENT, null)); +      iw.deleteDocuments(new Term("id", "3")); +      iw.close(); +      IndexReader ir = Directory...
   Author: Robert Muir, 2012-08-29, 03:01
Re: inconsistency/performance trap of empty terms - Lucene - [mail # dev]
...: 1. try to prevent the performance trap i mentioned, where people create the empty term as a mega-stopword without realizing it. 2. fix the analyzers to be consistent with regards...
... to the empty term... for example, if we decide the empty term is supported, then they shouldnt be arbitrarily removing empty-term tokens.  as far as TermsEnum, i myself have already had to special...
[+ show more]
   Author: Robert Muir, 2010-10-30, 11:06
Re: inconsistency/performance trap of empty terms - Lucene - [mail # dev]
..._ANALYZED? lots of people use this and might not realize it will make empty terms, too.  ...
   Author: Robert Muir, 2010-10-30, 11:25
Re: inconsistency/performance trap of empty terms - Lucene - [mail # dev]
..., if a query says it scales value over term length like fuzzyquery/spellchecking does, and you get Infinity as the score, there shouldn't be any complaints... this is completely correct behavior...
....  if you are gonna use the empty term, then you need to know what you are getting into and be ready to deal with things like this.  ...
   Author: Robert Muir, 2010-10-30, 11:22
Re: inconsistency/performance trap of empty terms - Lucene - [mail # dev]
...On Fri, Oct 29, 2010 at 1:44 PM, Chris Hostetter  wrote:   it doesn't have to be there. but we have to do something. Currently we have the worst of both worlds: 1. the empty term causes...
... performance problems for people who don't realize whats going on (especially with their analyzers etc) 2. the empty term isnt reliable and doesnt work anyway, lots of analysis components throw it away...
[+ show more]
   Author: Robert Muir, 2010-10-29, 17:50
Re: inconsistency/performance trap of empty terms - Lucene - [mail # dev]
...). A tokenizer/tokenfilter they are using could be "heavy" in terms of initialization cost.  anyway, i'd like to get rid of Analyzer just as much as anyone, but making the API difficult...
   Author: Robert Muir, 2010-10-30, 16:00
Sort:
project
Lucene (457)
Solr (77)
Tika (1)
type
mail # dev (249)
mail # user (57)
issue (16)
date
last 7 days (0)
last 30 days (1)
last 90 days (12)
last 6 months (21)
last 9 months (322)
author
Chris Hostetter (1121)
Yonik Seeley (568)
Michael McCandless (496)
Erick Erickson (436)
Jack Krupansky (388)
Robert Muir (322)
Grant Ingersoll (317)
Erik Hatcher (296)
Uwe Schindler (290)
Mark Miller (237)
Otis Gospodnetic (223)
Ahmet Arslan (205)
Ryan McKinley (179)
Lance Norskog (132)
Marvin Humphrey (100)