Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: TermQParserPlugin.   Results from 11 to 20 from 322 (3.192s).
Loading phrases to help you
refine your search...
Re: Solr using a ridiculous amount of memory - Solr - [mail # user]
... want the terms data and so on to remain on disk, it is not enough to "just enable docvalues" for the field. The default implementation uses the heap. So if you want that, you need to set doc...
   Author: Robert Muir, 2013-03-24, 18:11
Re: Solr 4.0 Beta, termIndexInterval vs termIndexDivisor vs termInfosIndexDivisor - Solr - [mail # user]
.../core/org/apache/lucene/codecs/lucene40/Lucene40PostingsFormat.html#Termdictionary  (since blocktree "covers" term dictionary and terms index)   right i think we should remove these parameters.   probably. i dont know enough...
... about your terms or how much RAM you have to say for sure.  if not, just customize blocktree's params with a CodecFactory in solr, or even pick another implementation (FixedGap, Variable...
   Author: Robert Muir, 2012-09-07, 18:58
Re: Solr 4.0 Beta, termIndexInterval vs termIndexDivisor vs termInfosIndexDivisor - Solr - [mail # user]
... the default one in this release. It only makes sense for term indexes that are implemented as a fixed gap between terms. NOTE: divisor settings > 1 do not apply to all PostingsFormat implementations...
..., including the default one in this release. It only makes sense for terms indexes that can efficiently re-sample terms at load time. etc  http://lucene.apache.org/core/4_0_0-BETA/core/org/apache...
[+ show more]
   Author: Robert Muir, 2012-09-07, 17:33
[SOLR-2660] omitPositions improvements - Solr - [issue]
... (shingle/commongrams/etc)for a fast "approximation", if your application can tolerate some false positives, e.g. "foo bar" -> termQuery(foo_bar), "foo bar baz" -> BQ(foo_bar AND bar_baz) ...
http://issues.apache.org/jira/browse/SOLR-2660    Author: Robert Muir, 2013-03-06, 14:51
[SOLR-4499] StatsComponent could use some serious TLC - Solr - [issue]
... returns min/max, but does this by looking up every single ordinal to term and using string.compareTo. the ords are themselves comparable, satisfying count/missing/min/max can all be done with 2...
... ord->term lookups per segment. These are also the only stats I think multi-valued numerics should return (see above). Things like accumulate(NamedList) appear to have scary runtime (I...
http://issues.apache.org/jira/browse/SOLR-4499    Author: Robert Muir, 2013-02-25, 01:47
[SOLR-3818] TermVectorComponent tfidf is not tf/idf by anyone's definition - Solr - [issue]
... tv.tf_idf - Calculates tf*idf for each term. Requires the parameters tv.tf and tv.df to be "true". This can be expensive. (not shown in example output) But the current computation is tf/docFreq...
http://issues.apache.org/jira/browse/SOLR-3818    Author: Robert Muir, 2012-09-10, 18:59
Re: Build failed in Jenkins: the 4547 machine gun #848 - Lucene - [mail # dev]
...this is the finishDocument trick again.  We added this to term vectors API and so the test is causing failures where it should not...  I thought mike already fixed this, maybe its just...
   Author: Robert Muir, 2013-01-27, 19:38
Re: [JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1262 - Still Failing - Lucene - [mail # dev]
...I think this is a bug in compressing term vectors codec when no positions are enabled. I'll make a clearer test (that isnt deprecated) and try to take care  On Tue, Jan 22, 2013 at 1:02 AM...
   Author: Robert Muir, 2013-01-22, 06:29
Re: svn commit: r1433177 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestIndexWriterWithThreads.java - Lucene - [mail # dev]
... an uncaught exception in another thread from the codec's TermVectorsWriter finishDocument(): e.g. http://fortyounce.servebeer.com/job/the%204547%20machine%20gun/848/console  (run the seed with -Dtests...
   Author: Robert Muir, 2013-01-27, 19:42
remove seek-back in terms dict / fold appending codec into default? - Lucene - [mail # dev]
...Just looking at the previous thread, I wonder if we should consider removing AppendingCodec and just removing this seek stuff.  Currently this is essentially metadata stuff in terms dict...
.../index (e.g. terms dict field summary section and offsets for each field in terms index: https://builds.apache.org/job/Lucene-trunk/javadoc/core/org/apache/lucene/codecs/lucene40/Lucene40Postings...
   Author: Robert Muir, 2012-06-26, 15:32
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 (1122)
Yonik Seeley (568)
Michael McCandless (496)
Erick Erickson (437)
Jack Krupansky (389)
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)