Hello,
I am using solr 3.6
In that one field name is UniqueID.
I want to get only those data which less than some particular UniqueID
So I tried by below mentioned way.
Suppose I want only those results which are less than 123 than
http://SolrURL/Core/select?start=0&Rows=10&..&UniqueID:[*+T
Hello,
currently when we deploy, default url will be http://host:port/solr
how can i change it to http://host:port/prodsolr?
i am using jboss server.
--
View this message in context:
http://lucene.472066.n3.nabble.com/change-default-solr-url-solr-to-prodsolr-tp4049339.html
Sent from the Solr
Thanks Chris,
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-get-term-vector-information-of-sepcific-word-position-in-field-tp4047637p4050997.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello All,
I have two different solr servers. Both server has different schema.
Is it possible to shard these two solr server?
Or is there any other way to combine/merge results of two different solr
servers?
--
View this message in context:
http://lucene.472066.n3.nabble.com/sharding-betw
Hello All,
I required facet counts for multiple SearchTerms.
Currently I am doing two separate facet query on each search term with
facet.range="dateField"
e.g.
http://solrserver/select?q=1stsearchTerm&fq=on&facet-parameters
http://solrserver/select?q=2ndsearchTerm&fq=on&
Thanks Erick,
yes example url i provided is bit confusing, sorry for that.
Actual requirement is to get day wise total no. of counts for multiple
terms.
if we use q=(firstterm OR
secondterm)&facet.query=firstterm&facet.query=secondTerm. It will provide
total no. of records count for both search
Hello All,
How can I get docID of result from solr?
What I am doing currently is,
I do search request in solr.
I get certain records (Say 10).
solrurl/start=0&rows=10
Now, again I do search request with below
solrurl/start=10&rows=10
So i get next 10 records.
Now new records are in
Thanks Jack, below is the actual problem,
suppose currently 4 records are there in solr engine. A,B, C and D.
query return
start=0&rows=1 A
start=1&rows=1 B
start=2&rows=1
Hello,
when i set term vector on, it will return information of all the words in
document.
i have highlighting on also.
i want to get term vector information of only those words which are there in
highlighting fragment.
how to do that?
--
View this message in context:
http://lucene.47206
Hello,
currently when we set qt=tvrh&tv.all=true; it will return all the words
which are there in text of field.
is there any way, if i can get term vector information of specific word
only, like i can pass the word, and it will just return term position and
frequency for that word only?
and als
The requirement might seems weird, but the text field is big, and to get term
vector information for 10 records in response will decrease the speed. and
also i don't want term vector information of all the words.
Is there any possible solution ?
--
View this message in context:
http://lucene
11 matches
Mail list logo