Found 82,082 results in 0.031 seconds. Displaying page 6 of 8,209, sorted by
Sent 2010-09-01 by Gerald <gerald.deconto@...>
Figured this out about ten minutes after I posted the message, and much
simpler than I thought it would be.
I used the SumFloatFunction (which extends MultiFloatFunction) as a starting
point and was able to achieve what I was going for for my test; a simple
string length function that returns th...
Sent 2010-09-01 by Luke Tebbs <luke@...>
Have you tried to up the MaxHeapSize?
I tend to run solr and the development instance in a separate jetty (on
a separate port) and actually restart the web server for the dev
application every now and again.
It doesn't take too long if you only have one webapp on jetty - I tend
to use mvn jet...
Sent 2010-09-01 by Jean-Sebastien Vachon <js.vachon@...>
can you tell us what are your current settings regarding the fieldCollapseCache?
I had similar issues with field collapsing and I found out that this cache was responsible for
most of the OOM exceptions.
Reduce or even remove this cache from your configuration and it should help.
On 2010-09-...
Sent 2010-09-01 by Luke Tebbs <luke@...>
Does anyone have any experience with getting dismax to work with a
geospatial (localsolr) search?
I have the following configuration -
....
dismax
Sent 2010-09-01 by Eric Grobler <impalaherd@...>
Thanks for your feedback Robert,
I will try that and see how Solr performs on my data - I think I will create
a field that contains only important key/product terms from the text.
Regards
Johan
On Wed, Sep 1, 2010 at 9:12 PM, Robert Petersen wrote:
> We don't have that many...
Sent 2010-09-01 by Hasnain <hasn_36@...>
Thankyou for your suggestions
when before removing the wordDelimiterFilterFactory, the results for q=R-*
returned perfect results but not for q=R-1*, also after removing
wordDelimiterFilterFactory, it didnt bring me results for q=R-*
the results before removing wordDelimiterFilterFactory using ...
Sent 2010-09-01 by Robert Petersen <robertpe@...>
We don't have that many, just a hundred thousand, and solr response
times (since the index's docs are small and not complex) are logged as
typically 1 ms if not 0 ms. It's funny but sometimes it is so fast no
milliseconds have elapsed. Incredible if you ask me... :)
Once you get SOLR to consi...
Sent 2010-09-01 by Gerald <gerald.deconto@...>
using the NvlValueSourceParser example, I was able to create a custom
function that has two parameters; a valuesource (a solr field) and a string
literal. i.e.: myfunc(mysolrfield, "test")
it works well but is a pretty simple function.
what is the the best way to implement a (more complex) cus...
Sent 2010-09-01 by kenf_nc <ken.foster@...>
I want to do range facets on a couple fields, a Price field in particular.
But Price is relative to the product type. Books, Automobiles and Houses are
vastly different price ranges, and withing Houses there may be a regional
difference (price range in San Francisco is different than Columbus, OH...
Sent 2010-09-01 by Eric Grobler <impalaherd@...>
Hi Robert,
Interesting approach, how many documents do you have in Solr?
I have about 2 million and I just wonder if it might be a bit slow.
Regards
Johan
On Wed, Sep 1, 2010 at 7:38 PM, Robert Petersen wrote:
> I do this by replacing the spaces with a '%' in a separate sea...