Seems that when I submit a query in a sharded environment the idf
component of the scoring formula takes into consideration the local
terms frequencies (local to the single shard index). The effect of that
is that the calculation is correct only if the distribution terms in the
shards is balanc
On 15/09/2011 13:01, Ahmet Arslan wrote:
+*:* -title:[* TO *]
Worked fine.
Thanks a lot!
Massimo
I want to delete all documents with empty title field.
If i run the query -title:[* TO *] I obtain the correct list of
documents but when I submit to solr the delete command:
curl http://localhost:8080/solr/web/update\?commit=true -H
'Content-Type: text/xml' --data-binary \
'-title:[* TO *]'
Worked fine. Thanks a lot!
Massimo
On 09/08/2011 11:58, Jayendra Patil wrote:
Try using -
Regards,
Jayendra
On Tue, Aug 9, 2011 at 4:46 AM, Massimo Schiavon wrote:
In my Solr (3.3) configuration I specified these two params:
when I do a simple search I obtain correctly
In my Solr (3.3) configuration I specified these two params:
when I do a simple search I obtain correctly highlighted results where
matches areenclosed with correct tag.
If I do the same request with hl.useFastVectorHighlighter=true in the
http query string (or specifying the same parameter
I have an index with various fields and I want to highlight query
matchings on "title" and "content" fields.
These fields could contain html tags so I've configured HtmlFormatter
for highlighting. The problem is that if the query doesn't match the
text of the field, solr returns the value of con