earch
http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.html
Thanks in advance,
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.
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
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
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
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
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
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.
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 -
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:
>
&
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
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
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
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
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
15 matches
Mail list logo