RE: Calculate score according to another indexed field

2013-02-15 Thread Pragyanshis Pattanaik
ccording to another indexed field > > On 2013-02-07 14:58, Pragyanshis Pattanaik wrote: > > Hi, > > Hi, > > > My schema is like below > > > > > > > required="true" /> > > > stored="true" required

RE: Why a phrase is getting searched against default fields in solr

2013-02-14 Thread Pragyanshis Pattanaik
d against default fields in solr > To: solr-user@lucene.apache.org > > Hi, > > instead of &edismax=true can you try &defType=edismax > > ahmet > > --- On Thu, 2/14/13, Pragyanshis Pattanaik wrote: > > > From: Pragyanshis Pattanaik > > Subject: RE:

RE: Why a phrase is getting searched against default fields in solr

2013-02-14 Thread Pragyanshis Pattanaik
: Re: Why a phrase is getting searched against default fields in solr > To: solr-user@lucene.apache.org > > Hi Pragyanshis, > > What happens when you remove bq parameter? > > --- On Thu, 2/14/13, Pragyanshis Pattanaik wrote: > > > From: Pragyanshis Pattanai

RE: Search over dynamic fields

2013-02-13 Thread Pragyanshis Pattanaik
Or is there a way to achieve this using EDismax query parser ? > From: pragyans...@outlook.com > To: solr-user@lucene.apache.org > Subject: RE: Search over dynamic fields > Date: Wed, 13 Feb 2013 19:09:24 +0530 > > Formatted the mail again. > Hi, > I have two dynamic fields like "Product-Name-*"

RE: Search over dynamic fields

2013-02-13 Thread Pragyanshis Pattanaik
Formatted the mail again. Hi, I have two dynamic fields like "Product-Name-*" and "Product-Rating-*".One document can contain 5 products and respective ratings like below. HTC Wildfire SSamsung Tab 2Samsung NoteIPhone5Nokia Lumia 72059799 In my current scnario, I have to boost the products which

RE: Search a Phrase

2013-02-10 Thread Pragyanshis Pattanaik
ccount the number of query terms that matched > your document. Thus, a document matching both terms will score more > highly than a document only matching one of them. > > So, a part of the question is whether you wish to *only* show documents > that include both terms, or whether yo

RE: Search a Phrase

2013-02-10 Thread Pragyanshis Pattanaik
Hi, I did one work around to get all documents that contains "Good" or "Microwave" or "Good Microwave",if i will pass "Good Microwave" as q parameter please guide me wheather i am going in right direction or not. I defined two field type(text_general and shingleString) in my schema like below

Search a Phrase

2013-02-07 Thread Pragyanshis Pattanaik
Hi, My schema is like below and my text_general field is like below How can i search a Phrase("Good Microwave") over ProductDesription and Product Feed

Calculate score according to another indexed field

2013-02-07 Thread Pragyanshis Pattanaik
Hi, My schema is like below Product name will be passed as q parameter to solr. Is there a way to affect score on the basis of "ProductRating" which is not passed as query parameter ? Or I need to go to solr source code and change the ranking algorithm ? Please

Need Help in Delta DataImport Scheduler using stored procedure.

2012-12-30 Thread Pragyanshis Pattanaik
Hi , Please help how I can schedule a delta dataimport by using DIHS. Please note I have already followed the steps mentioned at below link. http://wiki.apache.org/solr/DataImportHandler#Scheduling still I am not able to succeed. Can anybody tell me can I send Last solr Indexed time as