RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
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 > > -

RE: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
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 &

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
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

Re: Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
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.

Challenge: Searching for variant products and get basic products in result set

2010-05-19 Thread hkmortensen
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

Re: SOLR Exact match problem - Punctuations, double quotes etc.

2010-04-15 Thread hkmortensen
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

Re: XSD for Solrv1.4

2010-04-15 Thread hkmortensen
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

Re: weight and ranking

2010-04-15 Thread hkmortensen
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