Phonetic Search

2017-01-19 Thread PAVAN
Hi, I am trying to implement phonetic search in my application. Below are indexed terms in solr. "satpura private limited" when user search with "satpuda" it has to display the above result. Below is the configuration

Query on SuggestComponent in SolrCloud(6.2.1).

2016-12-04 Thread Pavan Kumar VVR
Hi, We are in process of migrating our solr environment from standalone Solr(4.9) to SolrCloud(6.2.1). During this process we facing issues with solr.SuggestComponent, which is working fine earlier in 4.9 with solr.TermsComponent PFB detailed description for same and kindly assistance. Let us k

Solr Problems

2016-02-21 Thread Pavan Kumar
Hi Sir, How to pass stored procedure input parameters in solr data-config.xml. Data-config.xml Thanks in advance. Thanks & Regards, Pavan Kumar

Solr Problem

2016-02-20 Thread Pavan Kumar
Hi Sir, We have one application with postgres DB and Java front end.Now we have written some procedure by *IN* and *OUT* parameter and the front team used to use that IN & OUT parameter and fetch the data from DB .The requirement is that, the same thing we have to implement by using Solr. We have

Fwd: Script Transformer Help

2014-07-17 Thread pavan patharde
Hi Alex, I tried putting the transformer on the inner entity. Now i can not access the parent entity fields. Can you tell me how to read the parent fields ? Regards, Pavan .P.Patharde On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer

Re: Script Transformer Help

2014-07-17 Thread pavan patharde
Hi Alex, I tried putting the transformer on the inner entity. Now i can not access the parent entity fields. Can you tell me how to read the parent fields ? Regards, Pavan .P.Patharde On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer

Re: Script Transformer Help

2014-07-16 Thread pavan patharde
Thats a good idea Alexandre. I will try it and update the results.. Thanks. Pavan .P.Patharde Phone:9844626450 On Thu, Jul 17, 2014 at 10:08 AM, Alexandre Rafalovitch wrote: > Have you tried putting the transformer on the inner entity definition? > It's like a nested loop and you

Script Transformer Help

2014-07-16 Thread pavan patharde
nd BSIN in the function f1. I am not able to access the brand and cname. Is there any way i can access brand and cname from child entity in script transformer ? Thanks in advance. Regards, Pavan .P.Patharde

accessing field values from documents in custom searchComponent for solr 4.4 .

2014-06-21 Thread Pavan Kumar
&rows=1000&fsv=true&fl=field1%20field_2%20score&debugQuery=true Thanks, Pavan

space issue in search results

2014-04-28 Thread PAVAN
I have indexed title in the following way. honda cars in rajaji nagar honda cars in rajajinagar. suppose if i search for honda cars in rajainagar (OR) honda cars in rajaji nagar it has to display both the results. Anybody help me how can we do this. -- View this message in context:

Re: in Problem

2013-10-01 Thread PAVAN
Hi Dmitry, I already defined in the following way -- View this message in context: http://lucene.472066.n3.nabble.com/in-Problem-tp4092866p4092899.html Sent from the Solr - User mailing list archive at Nabble.com.

in Problem

2013-09-30 Thread PAVAN
Hi, When i type any query string without "in" it is giving proper results. But when i try same query string using in then it is not displaying the proper results. May i know what is the problem. And i mentioned "in" as a stopword. If remove "in" from the stop words it is not showing relevant resu

Re: AND/OR logic

2013-09-25 Thread PAVAN
Hi Jack, Thank you for giving reply I am doing my configuration in the following way. Can you please check it and give some suggestion if i need any changes based on my requirement. i am storing the query string in the following way. If q="a b c d e f" s=a+b+c+d+e+f s1=a+b+c+d+e s2=f

Custom Request Handlers

2013-09-25 Thread PAVAN
Hi, I am new to solr Can anyone suggest me how can i write my own custom handlers. Because i need to filter queries based on 4 to 5 conditions. -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-Request-Handlers-tp4091936.html Sent from the Solr - User mailing lis

AND/OR logic

2013-09-25 Thread PAVAN
Hi, I have situation that if user enters any string to search then i need to display the results in the following way. 1. It has to match exact string what he entered. (or) 2. It has to split the string and search for individual keywords(for every string) and it has to d

Re: SORTING RESULTS BASED ON RELAVANCY

2013-09-18 Thread PAVAN
Hi alex, Thanks for you replycan you please check the following details and give me suggestions how can i do it, then it will be more helpful to me i am passing query parameters like http://localhost:8080/solr/core/c=cityname&s=iphne+4&s1=iphne~0.5&s2=4~0.5 here "s" is the main strin

SORTING RESULTS BASED ON RELAVANCY

2013-09-17 Thread PAVAN
Hi, i am using fuzzy logic and it is giving exact results but i need to sort the results based on relavancy. Means closer match results comes first. anyone can help with this.. Regards, Pavan. -- View this message in context: http://lucene.472066.n3.nabble.com/SORTING-RESULTS-BASED

Re: solr user

2010-09-01 Thread Pavan Gupta
Hi Ankita, One reason could be that you are using area_t instead of city_t for mapping. So the association may not be taking place in Solr. Have you tried searching on skill? That should have worked for you. Pavan On Thu, Sep 2, 2010 at 12:10 PM, ankita shinde wrote: > hi, > I am able to

Re: about some examples

2010-08-31 Thread Pavan Gupta
Hi Kajal, You can refer to the example given at this link: http://wiki.apache.org/solr/SolrJS#Creating_the_reuters_example <http://wiki.apache.org/solr/SolrJS#Creating_the_reuters_example>Regards, Pavan On Tue, Aug 31, 2010 at 10:47 PM, kajal patil wrote: > We are working on solr

Search results after importing from Dih

2010-08-26 Thread Pavan Gupta
Hi, I was able to successfully index rows of a simple table of mysql db using DIH. However, when I tried searching for the indexed data using solr admin interface, no result based on data in table was displayed. Any idea why? Regards, Pavan

Require some advice

2010-08-12 Thread Pavan Gupta
nd Solr for the same purpose? You reply would be appreciated. Thanking you. Regards, Pavan

Re: Using lucenes custom filters in solr

2009-12-15 Thread pavan kumar donepudi
Hi All, I have a custom filter for lucene ,Can anyone help me how to use this in SOLR. Thanks in advance, Pavan