thanks but the first suggestion is already implemented and the 2. didn't work.
i have also tried htmlMapper="identity" but nothing worked.
i also tried this but the html was stripped in both fields
but in the end i think it's best to cut tika o
I forgot to mention you could check the boost section on the configuration file
of the core to see how your suggestions will be ranked, basically the boost
factor for each field allows you to decide which suggestion do you like to come
first, perhaps in your app you could keep track of how much
Thanks Jack for quick reply.
Probably my question was not elaborate enough. Let me add more explanation.
*Option 1:
*
Even if I flatten my document to store separate *experiences* in
multivalued field, solr will still return me the doc id 1 and 2 if i query
: *fq=**experience:Boeing&fq=**experie
"multivalued fields maintained in order"
That is not a feature supported by Solr.
Solr will maintain the order of an individual multivalued field and will
return the values of that field in order, but makes no other use of the
order.
Ditto for "corresponding multivalued fields". Solr does no
Hi,
I have following SOLR documents indexed.
1
Boeing
Kaseya
Executive
Technician
2
Boeing
Kodak
Technician
Executive
Company name and Position name are multivalued fields maintained in order.
Haha,
Thanks for your reply, that's what I'll do then.
Unfortunately I can speak Java as well as I can speak ancient Chinese in
Sign Language... ^^
--
View this message in context:
http://lucene.472066.n3.nabble.com/Update-field-properties-via-Schema-Rest-API-tp4087907p4092507.html
Sent from
You can't sum with a non-numeric field.
Otis
Solr & ElasticSearch Support
http://sematext.com/
On Sep 28, 2013 8:22 AM, "shruti suri" wrote:
> Hi,
>
> Please Suggest How to apply Sum Function on multivalued field?
>
> q=_val_:"sum(title,source)"&fl=score
>
> Gives me Error of "can not use FieldC
Well, you can always raise a JIRA, I'm about to raise a related one.
And a JIRA with a patch (it is open-source, after all) is even
better ;)
Best,
Erick
On Sat, Sep 28, 2013 at 6:44 AM, bengates wrote:
> By the way,
>
> Is there a place where we can post our feature requests on Solr ?
>
> Besi
Probably best to ask on the solrnet forum. I'm guessing that
solrnet just uses an HTTP connection under the covers. If so
there wouldn't be anything to do really except compile your
client against the solrnet DLL and go.
Best,
Erick
On Sat, Sep 28, 2013 at 2:01 AM, Kishan Parmar wrote:
> i have
You've probably been doing this right along, but adding
debug=query will show the parsed query.
I really question though, your apparent combination of
autoGeneratePhraseQuery what looks like an ngram field.
I'm not at all sure how those would interact...
Best,
Erick
On Fri, Sep 27, 2013 at 10:12
Hi,
Please Suggest How to apply Sum Function on multivalued field?
q=_val_:"sum(title,source)"&fl=score
Gives me Error of "can not use FieldCache on multivalued field: title".
Regards
Shruti
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-apply-sum-function-on-m
By the way,
Is there a place where we can post our feature requests on Solr ?
Besides this one, it would be great to be able to tell Solr in the
schema.xml, that the default value of a field, is the value of another
field, instead of a static value.
Best,
Ben
--
View this message in context:
The thing here is to understand how a join works.
Effectively, it does the inner query first, which results in a list of
terms. It then effectively does a multi-term query with those values.
q=size:large {!join fromIndex=other from=someid
to=someotherid}type:shirt
Imagine the inner join returned
13 matches
Mail list logo