Found 57,832 results in 0.109 seconds. Displaying page 6 of 5,784, sorted by
Sent 2010-03-12 by muneeb <muneebali1@...>
Thanks for replying Yonik. I did actually restart the jetty after changing
schema and before re-indexing.
But i realized that it was to do with 'omitNorms' field attribute, i had
titles with length 3 and 4 with similar length normalization score (0.5),
which I was, wrongly, expecting to be diff...
Sent 2010-03-12 by muneeb <muneebali1@...>
Ah I see.
Thanks very much Jay for your explanation, it really helped a lot.
I guess I have to deal with this in some other way, since I am working with
short titles and I really want short titles to appear at top. Can you
suggest anything to bring titles with length 3 to appear before titles wi...
Sent 2010-03-12 by Marcus Herou <marcus.herou@...>
Hi, thanks I wondered if it already was incorporated or such.
Yes it is a little related to StatsComponent ( sum, avg etc) but I think
that this solves another problem (correct me if I'm wrong) since it
transforms the resulting field in a functionquery instead of counting as per
default (today)....
Sent 2010-03-12 by stocki <stock@...>
okay now its better ;9
thx =)
gwk-4 wrote:
>
> Hi,
>
> Try replacing KeywordTokenizerFactory with a WhitespaceTokenizerFactory
> so it'll create separate terms per word. After a reindex it should work.
>
> Regards,
>
> gwk
>
> On 3/11/2010 4:33 PM, stocki wrote:
>> hey,
>>
>> okay i sho...
Sent 2010-03-12 by Lee Smith <lee@...>
Can anyone help ??
Begin forwarded message:
> From: Lee Smith
> Date: 11 March 2010 17:25:59 GMT
> To: solr-user@lucene.apache.org
> Subject: Highlighting Results
> Reply-To: solr-user@lucene.apache.org
>
> Hi All
>
> Im not sure where i'm going wrong but highlighting does ...
Sent 2010-03-12 by Siddhant Goel <siddhantgoel@...>
I've allocated 4GB to Solr, so the rest of the 4GB is free for the OS disk
caching.
I think that at any point of time, there can be a maximum of concurrent requests, which happens to make sense btw (does it?).
As I increase the number of threads, the load average shown by to...
Sent 2010-03-12 by Michael Kuhlmann <michael.kuhlmann@...>
Hi all,
I have a field with some kind of category tree as a string. The format
is like this:
"prefix>first>second#prefix>otherfirst>othersecond"
So, the document is categorized in two categories, separated by '#', and
all categories start with the same prefix which I don't want to use.
For in...
Sent 2010-03-12 by Ranveer Kumar <ranveer.solr@...>
Hi all,
I am using solr for searching and working fine with independent tomcat
server. I want to integrate solr with Interwoven TeamSite.
But No Idea of Integration solr with teamsite..
please help.
Sent 2010-03-12 by Tommy Chheng <tommy.chheng@...>
The wiki page has most of the info you need
*http://wiki*.apache.org/*solr*/DataImportHandler
To use multi-value fields, your schema.xml must define it with
multiValued="true"
On 3/11/10 10:58 PM, blargy wrote:
> How can you simply add a static value like?
...
Sent 2010-03-12 by blargy <zmanods@...>
How can you simply add a static value like?
How does one add a static multi-value field?
Is there any documentation on all the options for the field tag in
data-config.xml?
Thanks for the help
--
View this message...