soft commits in EmbeddedSolrServer

2011-09-16 Thread Raimon Bosch
earch http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html Thanks in advance, Raimon Bosch.

Time Stats

2012-02-26 Thread Raimon Bosch
; at 1/1/2012 => bounce_rate=49.7% "flats for rent new york" at 1/2/2012 => bounce_rate=46.4% There is any solr type field that could fit to solve this? Thanks in advance, Raimon Bosch.

Re: Time Stats

2012-02-27 Thread Raimon Bosch
ed to calculate this number in real-time. 2012/2/26 Raimon Bosch > > Hi, > > Today I was playing with StatsComponent just to extract some statistics > from my index. I'm using a solr index to store user searches. Basically > what I did is to aggregate data from accesslog

Re: Time Stats

2012-03-09 Thread Raimon Bosch
ork" at 1/1/2012 => bounce_rate=49.7% "flats for rent new york" at 1/2/2012 => bounce_rate=46.4% mean=49.05% With my initial approach I would save some disk and memory space. I'm still wondering if it is possible. 2012/2/27 Raimon Bosch > > Anyone up to provide a

Re: Time Stats

2012-03-09 Thread Raimon Bosch
second mean is 48.05%... 2012/3/9 Raimon Bosch > The answer is so easy. Just need to create an index with each visit. In > this way I could use faceted date search to create time statistics. > > "flats for rent new york" at 1/12/2011 => bounce_rate=48.6% > "fla

Re: soft commits in EmbeddedSolrServer

2012-06-25 Thread Raimon Bosch
Old question but I'm still wondering if this is possible. I'm using Solr 4.0. Can I use the EmbeddedSolrServer to perform soft commits? 2011/9/16 Raimon Bosch > Hi all, > > I'm checking how to do soft commits with the new version of Solr. I'm > using EmbeddedS

Re: soft commits in EmbeddedSolrServer

2012-06-28 Thread Raimon Bosch
ot;); //Create your SolrInputDocument doc ... //Soft commit UpdateRequest req = new UpdateRequest(); req.setAction(ACTION.COMMIT, false, false, true); req.add( doc ); UpdateResponse rsp = req.process( server ); Regards, Raimon Bosch. 2012/6/26 Mark Miller > Yes - just pass the param same as

More Like this without a document?

2012-11-05 Thread Raimon Bosch
o I do not include in the index the documents that I want to guess. If I want to use MoreLikeThis algorithm I need to add this documents in the index? The MoreLikeThis will work with soft commits? Is there a solution to do a MoreLikeThis without adding the document in the index? Thanks, Raimon Bosch.

Using relevance scores for psuedo-random-probabilistic ordenation

2009-07-08 Thread Raimon Bosch
ok for a good combination. How can I have my relevance scores on my PseudoRandomFieldComparator? Any ideas? Regards, Raimon Bosch. -- View this message in context: http://www.nabble.com/Using-relevance-scores-for-psuedo-random-probabilistic-ordenation-tp24392432p24392432.html Sent from the Solr -

Re: Using relevance scores for pseudo-random-probabilistic ordenation

2009-07-09 Thread Raimon Bosch
It Worked for me changing: public void setScorer(Scorer scorer) { this.scorer = new ScoreCachingWrappingScorer(scorer); } by public void setScorer(Scorer scorer) { this.scorer = scorer; } in my PseudoRandomFieldComparator. Regards, Raimon Bosch. Raimon Bosch wrote: > &

Is it posible to exclude results from other languages?

2010-02-04 Thread Raimon Bosch
Hi, In our indexes, sometimes we have some documents written in other languages different to the most common index's language. Is there any way to give less boosting to this documents? Thanks in advance, Raimon Bosch. -- View this message in context: http://old.nabble.com/Is-it-posib

Re: Is it posible to exclude results from other languages?

2010-02-04 Thread Raimon Bosch
e external software to detect the language of a source text, it would be useful too. Thanks, Raimon Bosch. Ahmet Arslan wrote: > > >> In our indexes, sometimes we have some documents written in >> other languages >> different to the most common index's language. Is there

some scores to 0 using omitNorns=false

2010-02-18 Thread Raimon Bosch
Hi, We did some tests with omitNorms=false. We have seen that in the last result's page we have some scores set to 0.0. This scores setted to 0 are problematic to our sorters. It could be some kind of bug? Regrads, Raimon Bosch. -- View this message in context: http://old.nabble.com

Re: some scores to 0 using omitNorns=false

2010-02-18 Thread Raimon Bosch
itNorms field do (or is expected to > do) .. also if you could please help me understand what termVectors and > multiValued options do ?? > Thanks for ur help > > > Raimon Bosch wrote: >> >> >> Hi, >> >> We did some tests with omitNorms=false. We h

Re: some scores to 0 using omitNorns=false

2010-02-24 Thread Raimon Bosch
could please help me understand what termVectors and > multiValued options do ?? > Thanks for ur help > > > Raimon Bosch wrote: >> >> >> Hi, >> >> We did some tests with omitNorms=false. We have seen that in the last >> result's page we hav