Found 57,764 results in 0.111 seconds. Displaying page 7 of 5,777, sorted by
Sent 2010-03-11 by Erik Hatcher <erik.hatcher@...>
Steve -
I'm a bit confused... each facet.query (using HTTP parameter
nomenclature) only adds a single value to the response, the number of
docs within the current constraints that match that query.
facet.mincount is specifically for facet.field, which adds a name/
value pair for each val...
Sent 2010-03-11 by Shawn Heisey <solr@...>
I guess I must be including too much information in my questions,
running into "tl;dr" with them. Later today when I have more time I'll
try to make it more bite-size.
On 3/9/2010 2:28 PM, Shawn Heisey wrote:
> I attended the Webinar on March 4th. Many thanks to Yonik for putting
> that on....
Sent 2010-03-11 by llobash <llobash@...>
I am using the apache solr module with our Drupal site.
Out data is not clean enough to use the key word in context blurb under the
title in the result set.
I would like to change it to the first N characters in the body of the node.
Can anyone direct me to the file and line(s) where I would do t...
Sent 2010-03-11 by Erick Erickson <erickerickson@...>
Have you looked at dismax?
Erick
On Thu, Mar 11, 2010 at 4:40 AM, Suram wrote:
>
>
> How can i achieve the advance search in solr .
>
> i need search books like (eg title = "The Book of Three",author= "Lloyd
> Alexander", price = "99.00")
>
> How can i querying this
> -...
Sent 2010-03-11 by Steve Radhouani <r.steve.pdx@...>
I'm faceting with a two different query ranges while using addFacetQuery. I
wonder wether it's possible using SolrJ to extract the result of each query
range separately. Here's is my example:
addFacetQuery("price:[* TO 150]"); addFacetQuery("price:[151 TO 300]"); etc.
addFacetQuery("date:[* TO N...
Sent 2010-03-11 by Constantijn Visinescu <baelin82@...>
Assuming you create the view in such a way that it returns 1 row for each
solrdocument you want indexed: yes
On Wed, Mar 10, 2010 at 7:54 PM, blargy wrote:
>
> So I can just create a view (or temporary table) and then just have a
> simple
> "select * from (view or table)"...
Sent 2010-03-11 by Steve Radhouani <r.steve.pdx@...>
I'm faceting with a query range (with addFacetQuery) and setting mincount to
10 (with setFacetMinCount(10)), but Solr is not respecting this mincount;
it's still giving me all responses, even those having less than 10 retrieved
documents.
I'm wondering wether there's another way to define the mi...
Sent 2010-03-11 by muneeb <muneebali1@...>
Hi,
In my schema, the document title field has "omitNorms=false", which, if I am
not wrong, causes length of titles to be counted in the scoring.
But when I query with: "word1 word2 word3" I dont know why still the top two
documents title have these words and other words, where as the document...
Sent 2010-03-11 by Dino Di Cola <dinodicola@...>
Hi all.
Anyone involved in a configuration like this?
Or is it a wrong approach or the wrong place to ask for?
Thanks in advance,
Dino.
--
2010/3/10 Dino Di Cola
> Dear all,
> I am trying to provide an embedded server to a web application deployed in
> a servlet container...
Sent 2010-03-11 by Mark Fletcher <mark.fletcher2004@...>
Hi All,
Thank you for the very valuable suggestions.
I am planning to try using the Master - Slave configuration.
Best Rgds,
Mark.
On Mon, Mar 8, 2010 at 11:17 AM, Mark Miller wrote:
> On 03/08/2010 10:53 AM, Mark Fletcher wrote:
>
>> Hi Shalin,
>>
>> Thank you for the...