Duplicate content

2008-07-15 Thread Sunil
verwritten. Can anyone suggest how to achieve it? Thanks, Sunil

RE: Duplicate content

2008-07-15 Thread Sunil
Thanks guys. -Original Message- From: Norberto Meijome [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 2:35 PM To: solr-user@lucene.apache.org Subject: Re: Duplicate content On Tue, 15 Jul 2008 10:48:14 +0200 Jarek Zgoda <[EMAIL PROTECTED]> wrote: > >> 2) I don't want to overwri

Solr/Lucene search term stats

2008-07-21 Thread Sunil
were found in title or description. Any suggestion on how to get this information (apart from & hl=true variable). Thanks, Sunil

Solr/Lucene search term stats

2008-07-22 Thread Sunil
were found in title or description. Any suggestion on how to get this information (apart from & hl=true variable). Thanks, Sunil

Exact match

2008-07-28 Thread Sunil
Hi, I am sending a request to solr for exact match. Example: (title:("Web 2.0" OR "Social Networking") OR description: ("Web 2.0" OR "Social Networking")) But in the results I am getting stories matching "Social", "Web" etc. Please let me know what's going wrong. Thanks, Sunil

RE: Exact match

2008-07-28 Thread Sunil
Both the fields are "text" type: How "&debugQuery=true" will help? I am not familiar with the output. Thanks, Sunil -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 2:33 PM To: solr-user@lucene.apache.org Subject:

password protect solr URLs

2008-08-13 Thread Sunil
Hi, I want to password protect the solr select/update/delete URLs. Any link from where I can get some help Thanks, Sunil

Can I change "/select" to POST and not GET

2008-08-19 Thread Sunil
Hi, My query limit is exceeding the 1024 URL length. Can I configure solr to accept POST requests while searching content in solr? Thanks in advance, Sunil.

RE: Can I change "/select" to POST and not GET

2008-08-19 Thread Sunil
Hi Ian, Thanks for the reply. I am using CURL, and the library was sending a GET request to solr. But I have changed it to POST. Now it's working properly. Thanks, Sunil -Original Message- From: Ian Connor [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2008 7:53 PM To: solr

OOM on commit after few days

2008-12-02 Thread Sunil
I have been facing this issue since long in production environment and wanted to know if anybody came across can share their thoughts. Appreciate your help. Environment 2 GB index file 3.5 million documents 15 mins. time interval for committing 100 to 400 document updates Commit happens once i

Re: OOM on commit after few days

2008-12-02 Thread Sunil
done with processing result 3. Also call reload core after commit ; This brings down the ram usage but does not solve the main issue; With the reload I don't see any leaks but the OOM error occurs after 2-3 days time. Do you think any other resource not getting closed ? Sunil --- O

Solr/ZK issues

2015-06-17 Thread Sunil . Srinivasan
recovery, need to wait for leader to see down state. INFO - 2015-06-17 08:07:51.284; org.apache.solr.cloud.ElectionContext; canceling election /overseer_elect/election/93424944611198761-<<<>>>>:8080_solr-n_000286 Any pointers here? Thanks, Sunil

Substitution variable and Collection api

2016-12-09 Thread Sunil Varma
properties "dataDir" to ${solr.data.dir}\ds , it works as expected and the index files gets created at this location. This is using Solr 6.3. Thanks Sunil

Re: [EXTERNAL] Grouping and group.facet performance disaster

2017-05-31 Thread Sunil . Srinivasan
Use group.cache.percent – for your index size, it might work well. Thanks, On 5/31/17, 4:16 AM, "Marek Tichy" wrote: Hi, I'm getting a very slow response times on grouping, especially on facet grouping. Without grouping, the query takes 14ms, faceting 57ms. Wi

Solr Spell check component - SolrJ

2008-10-08 Thread Sunil Raj
d like to acheive the same using the Java client api. Could anyone provide sample code for the same? Thanks&Rgds, Sunil

query parsing issue + behavior as OR (solr 1.4-dev)

2008-10-20 Thread Sunil Sarje
put in place in order to get this working ? Thanks -Sunil

Issue with Query Parsing '+' works as 'OR'

2008-10-20 Thread Sunil Sarje
place in order to get this working ? Thanks -Sunil

solr 374- error on commit

2008-10-20 Thread Sunil Sarje
Getting following exception when i try to commit the index 2nd time onwards. fyi..I am sending commit command via http post just to reload the index. at java.lang.Thread.run(Thread.java:595) y: org.apache.lucene.store.AlreadyClosedException: this Directory is clo at org.apache.lucene.store.Direc

searching like RDBMS way

2008-04-02 Thread Sunil . Sarje
a sales person. This results into maxClause count error. I know how to increase it but not a good solutions. Thanks Sunil ** This e-mail transmission and any attachments that accompany it may contain information that is pri

Out of memory errors with Spatial indexing

2020-07-03 Thread Sunil Varma
We are seeing OOM errors when trying to index some spatial data. I believe the data itself might not be valid but it shouldn't cause the Server to crash. We see this on both Solr 7.6 and Solr 8. Below is the input that is causing the error. { "id": "bad_data_1", "spatialwkt_srpt": "LINESTRING (-1

Re: Out of memory errors with Spatial indexing

2020-07-06 Thread Sunil Varma
eo3D" I still see the original OOM error . On Sat, 4 Jul 2020 at 05:49, David Smiley wrote: > Hi Sunil, > > Your shape is at a pole, and I'm aware of a bug causing an exponential > explosion of needed grid squares when you have polygons super-close to the > pole. Might yo

Solr client in JavaScript

2020-10-01 Thread Sunil Dash
ected Response from Solr server (search result) as raw JASON object. Kindly help me fix it.Thanks in advance . Rgds Sunil Kumar Solr Search function search() { var xmlHttpReq =false; var xmlHttpClient=this; var hostURL='<a rel="nofollow" href=&

Solr edismax parser with multi-word synonyms

2019-07-17 Thread Sunil Srinivasan
I have enabled the SynonymGraphFilter in my field configuration in order to support multi-word synonyms (I am using Solr 7.6). Here is my field configuration: And this is my synonyms.txt file: frozen dinner,microwave food Scenario 1: blue shirt (qu

Re: Re: Solr edismax parser with multi-word synonyms

2019-07-18 Thread Sunil Srinivasan
Hi Erick,  Is there anyway I can get it to match documents containing at least one of the words of the original query? i.e. 'frozen' or 'dinner' or both. (But not partial matches of the synonyms) Thanks,Sunil -Original Message- From: Erick Erickson To: solr-use