Re: new faceting algorithm

2008-12-12 Thread wojtekpia
applying this patch. Yonik Seeley wrote: > > ... This can be a big chunk of memory > per-request, and is most likely what changed your GC profile (i.e. > changing the GC settings may help). > > -- View this message in context: http://www.nabble.com/new-faceting-algorithm-t

Re: new faceting algorithm

2008-12-07 Thread Yonik Seeley
25s). > > I described my deployment scenario in an earlier post: > http://www.nabble.com/Throughput-Optimization-td20335132.html > > Does it sound like the new faceting algorithm could be the culprit? > > > wojtekpia wrote: >> >> Definitely, but it'll

Re: new faceting algorithm

2008-12-05 Thread Koji Sekiguchi
Peter, It is UnInvertedField class. See also: https://issues.apache.org/jira/browse/SOLR-475 Peter Keegan wrote: Hi Yonik, May I ask in which class(es) this improvement was made? I've been using the DocSet, DocList, BitDocSet, HashDocSet from Solr from a few years ago with a Lucene based app.

Re: new faceting algorithm

2008-12-05 Thread Rob Casson
provements, btw, with most example queries taking less than 1/100th of the time always very impressed with this project/product, and just thought i'd add a "me-too" to the list...cheers, and have a great weekend, rob On Mon, Nov 24, 2008 at 11:12 PM, Yonik Seeley <[EMAIL PROTECT

Re: new faceting algorithm

2008-12-05 Thread Peter Keegan
e: > A new faceting algorithm has been committed to the development version > of Solr, and should be available in the next nightly test build (will > be dated 11-25). This change should generally improve field faceting > where the field has many unique values but relatively few value

Re: new faceting algorithm

2008-12-05 Thread Andre Hagenbruch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Till Kinstler schrieb: Hi, > I just did a quick test using Solr nightly 2008-11-30. I have an index > of about 2.9 mil bibliographic records, size: 16G. I tested facetting > author names, each index document may contain multiple author names, so > au

Re: new faceting algorithm

2008-12-05 Thread Till Kinstler
Yonik Seeley schrieb: We'd love some feedback on how it works to ensure that it actually is a win for the majority and should be the default. I just did a quick test using Solr nightly 2008-11-30. I have an index of about 2.9 mil bibliographic records, size: 16G. I tested facetting author na

Re: new faceting algorithm

2008-12-04 Thread Yonik Seeley
On Thu, Dec 4, 2008 at 2:57 PM, wojtekpia <[EMAIL PROTECTED]> wrote: > Yonik Seeley wrote: >> >> Are you doing commits at any time? >> One possibility is the caching mechanism (weak-ref on the >> IndexReader)... that's going to be changing soon hopefully. >> >> -Yonik >> > > No commits during this

Re: new faceting algorithm

2008-12-04 Thread wojtekpia
size distribution and garbage collector selection? -- View this message in context: http://www.nabble.com/new-faceting-algorithm-tp20674902p20841219.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: new faceting algorithm

2008-12-04 Thread Yonik Seeley
described my deployment scenario in an earlier post: > http://www.nabble.com/Throughput-Optimization-td20335132.html > > Does it sound like the new faceting algorithm could be the culprit? > > > wojtekpia wrote: >> >> Definitely, but it'll take me a few days. I

Re: new faceting algorithm

2008-12-04 Thread wojtekpia
. I described my deployment scenario in an earlier post: http://www.nabble.com/Throughput-Optimization-td20335132.html Does it sound like the new faceting algorithm could be the culprit? wojtekpia wrote: > > Definitely, but it'll take me a few days. I'll also report findin

Re: new faceting algorithm

2008-12-02 Thread wojtekpia
impl performs in real-world > > > -- View this message in context: http://www.nabble.com/new-faceting-algorithm-tp20674902p20798456.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: new faceting algorithm

2008-12-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
008 11:14:32 PM org.apache.solr.request.UnInvertedField uninvert >>> INFO: UnInverted multi-valued field features, memSize=14584, time=47, >>> phase1=47, >>> nTerms=285, bigTerms=99, termInstances=186 >>> >>> -Yonik >>> >>> >

Re: new faceting algorithm

2008-12-02 Thread Yonik Seeley
ged, like: >> >> Nov 24, 2008 11:14:32 PM org.apache.solr.request.UnInvertedField uninvert >> INFO: UnInverted multi-valued field features, memSize=14584, time=47, >> phase1=47, >> nTerms=285, bigTerms=99, termInstances=186 >> >> -Yonik >> >> > > -- >

Re: new faceting algorithm

2008-12-02 Thread wojtekpia
ov 24, 2008 11:14:32 PM org.apache.solr.request.UnInvertedField uninvert > INFO: UnInverted multi-valued field features, memSize=14584, time=47, > phase1=47, > nTerms=285, bigTerms=99, termInstances=186 > > -Yonik > > -- View this message in context: htt

Re: new faceting algorithm

2008-11-24 Thread Yonik Seeley
, termInstances=186 -Yonik On Mon, Nov 24, 2008 at 11:12 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > A new faceting algorithm has been committed to the development version > of Solr, and should be available in the next nightly test build (will > be dated 11-25). This change should ge

new faceting algorithm

2008-11-24 Thread Yonik Seeley
A new faceting algorithm has been committed to the development version of Solr, and should be available in the next nightly test build (will be dated 11-25). This change should generally improve field faceting where the field has many unique values but relatively few values per document. This