Using multiple language stop words in Solr Core

2021-02-11 Thread Abhay Kumar
t language stopwords? Warm Regards, Abhay Kumar | Lead Developer 401/402, Pride Portal, Shivaji Housing Society, Off. S. B. Road | Shivaji Nagar, Pune-411 016 +91 20 2563 1011 | Mobile: +91 9096644108 anjusoftware.com<https://anjusoftware.com/> [cid:image001.png@01D70099.4ACD8C20

RE: Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Abhay Kumar
un-a-query-in-solr-select > > I think some solr libraries already use this approach (e.g. WebService::Solr > in perl) > > On 14 Jan 2021, at 10:31, Abhay Kumar > mailto:abhay.ku...@anjusoftware.com>> wrote: > > Hello, > > I am trying to post below query to Solr b

Getting error "Bad Message 414 reason: URI Too Long"

2021-01-14 Thread Abhay Kumar
22%20OR%20%22Theologie%22 Warm Regards, Abhay Kumar | Lead Developer 401/402, Pride Portal, Shivaji Housing Society, Off. S. B. Road | Shivaji Nagar, Pune-411 016 +91 20 2563 1011 | Mobile: +91 9096644108 anjusoftware.com<https://anjusoftware.com/> [cid:image001.png@01D6EA85

How to remove special characters from suggestion in Solr

2020-10-28 Thread Abhay Kumar
Hello, We are using below suggest component in our solr implementation. analyzinginfixsuggester analyzinginfixlookupfactory

Filtering Parent documents based on Child documents Facets selection

2020-10-16 Thread Abhay Kumar
I have a nested documents which I am syncing in Solr : { "id":"NCT04372953", "title":"Positive End-Expiratory Pressure (PEEP) Levels During Resuscitation of Preterm Infants at Birth (The POLAR Trial) ", "phase":"N/A", "status":"Not yet recruiting", "studytype":"Interventional",

Solr 8.6.2 Facets query for Nested documents

2020-10-13 Thread Abhay Kumar
Hello Team, I have sync following nested document in Solr 8.6.2. { "id":"NCT04372953", "title":"Positive End-Expiratory Pressure (PEEP) Levels During Resuscitation of Preterm Infants at Birth (The POLAR Trial) ", "phase":"N/A", "status":"Not yet recruiting",

Index Deeply Nested documents and retrieve a full nested document in solr

2020-09-24 Thread Abhay Kumar
Hello Team, Can someone please help to index the below sample json document into Solr. I have following queries on indexing multi level child document. 1. Can we specify names to documents hierarchy such as "therapeuticareas" or "sites" while indexing. 2. How can we index document at

Result Clustering Vs Semantic Knowledge Graphs in Solr

2020-09-08 Thread Abhay Kumar
Hello, Can someone please help to let me understand what is difference between Result Clustering and "Semantic Knowledge Graphs" components of Solr. In which scenario we should use "Result Clustering" or "Semantic Knowledge Graphs". Thanks. Abhay Confidentiality Notice

Semantic Knowledge Graph Jar File

2020-09-04 Thread Abhay Kumar
Hello, I need to integrate Semantic Knowledge Graph with Solr 7.7.0 instance. Can someone help to provide the jar file for "Semantic Knowledge Graph". I work on .net platform and I am not aware how to build using Maven. So, I want compiled jar file for "Semantic Knowledge Graph". Also, any help

Re: Comma delemitered words shawn in terms like one word.

2011-05-27 Thread abhay kumar
=1 catenateAll=0/ filter class=solr.LowerCaseFilterFactory/ filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType What filter I need to use to get John Mark Sam as different words? -- Thanks and Regards Abhay Kumar Singh

How to open/update/delete remote index ?

2010-06-18 Thread abhay kumar
Hi, I am working with solr in production which is configured on remote server . I need to delete some documents from solr index. I know this can be done by curl by calling solr update request handler. But i'm looking for GUI tool. I tried luke but luke doesn't open remote index. Do we have

Re: using DataImportHandler with ExtractRequestHandler ?

2009-10-14 Thread abhay kumar
Thanks Steven for the quick reply .. On Wed, Oct 14, 2009 at 1:56 AM, Steven A Rowe sar...@syr.edu wrote: See http://issues.apache.org/jira/browse/SOLR-1358 Steve -Original Message- From: abhay kumar [mailto:abhay...@gmail.com] Sent: Tuesday, October 13, 2009 8:59 AM To: solr

using DataImportHandler with ExtractRequestHandler ?

2009-10-13 Thread abhay kumar
Hi , We are using solr-1.4 for our search module. We have a long schema (35 fields) whose some field values comes from database some field(Actually 1) value comes from different file formats. We are able to index different file formats using Solr Cell ExtractRequestHandler . Data from database

Re: acts_as_solr integeration with solr separately

2009-09-21 Thread abhay kumar
, 2009, at 8:30 AM, abhay kumar wrote: Hi, I have setup solr search server in tomcat. I am able to fire queries(of any knid) get results in xml format. Now i want to Integerate it(solr) with ruby on rails . I know ruby on rails has inbuilt plugin acts_as_solr which helps in integerating

Re: acts_as_solr integeration with solr separately

2009-09-20 Thread abhay kumar
Anybody with his bright ideas Regards Abhay On Fri, Sep 18, 2009 at 5:30 AM, abhay kumar abhay...@gmail.com wrote: Hi, I have setup solr search server in tomcat. I am able to fire queries(of any knid) get results in xml format. Now i want to Integerate it(solr) with ruby on rails

acts_as_solr integeration with solr separately

2009-09-18 Thread abhay kumar
Hi, I have setup solr search server in tomcat. I am able to fire queries(of any knid) get results in xml format. Now i want to Integerate it(solr) with ruby on rails . I know ruby on rails has inbuilt plugin acts_as_solr which helps in integerating(talking) with solr. acts_as_solr comes

Re: Retrieving a field from all result docuemnts couple of more queries

2009-09-16 Thread abhay kumar
Hi, 1)Solr has various type of caches . We can specify how many documents cache can have at a time. e.g. if windowsize=50 50 results will be cached in queryResult Cache. if user makes a new request to server for results after 50 documents a new request will be sent