t,
> http://lmgtfy.com/?q=sku.
>
> And yes, I think you understand me. I am imagining you can structure your
> products in a hierarchy. For each node in the tree you traverse all
> children, collecting their attributes into the current node.
>
> -Kallin Nagelberg
>
> -
variants? if they do share, you wouldnt be able
> to
> define in which one was the hit(because it was on both of them) and would
> either have to pick one randomly, or retrieve both. if they dont share
> that
> info, you would have that covered, since only one would match any given
&
h. if they dont share
> that
> info, you would have that covered, since only one would match any given
> query.
>
> On Wed, May 19, 2010 at 5:04 PM, hkmortensen wrote:
>
>>
>> thanks. Currently not, but requirements change all the time as always ;-)
>> If we ge
need to know in which variant was your match produced?
> because if not, you can just index the whole thing as one single
> document...
>
> On Wed, May 19, 2010 at 4:23 PM, hkmortensen wrote:
>
>>
>> I do searching for products. Each base product exist in variants as well.
I do searching for products. Each base product exist in variants as well. One
variant has a glass door, another a steel door etc. The variants can have
diffent prices. The base product does not really exist, only the variants
exists IRL. The case corresponds to cars: the car model is the base prod
Does the text being searched contain the dot at that place (after doctor)?
Hid-Mubarmij wrote:
>
> Hi,
> I am searching on SOLR and want to search exact match keywords.
> Punctualtion(Dot, Period), comma, double quotes or any other single
> charecter is being problematic when searching in SO
Smaric-2 wrote:
>
> Are there any plans to release an xsd (& preferably a set of JAXB classes)
> so we can process the xml returned for a search request
>
>
>
I do not know. I would recommend to use solrj, the java client. I always do
that myself, do you have a reason not to do that?
--
Vi
suram wrote:
>
> Hi,
>without dismax,how can i create the more complex query for get a
> higher ranking for particular field
>
>
Hi, you can do that with the "^", if I understand you correct. It is called
boosting in solr. For example:
a_member_name:billy^5 OR oswald
This makes a h