Re: solr postfilter question

2013-08-01 Thread Rohit Harchandani
Basically i see it is looking up the cache and getting a hit, but it still seems to be collecting all the documents again. Thanks, Rohit On Thu, Aug 1, 2013 at 4:37 PM, Rohit Harchandani wrote: > Hi, > I did finally manage to this. I get all the documents in the post filter > and

adding custom fields to solr response

2013-08-13 Thread Rohit Harchandani
fields to the docs using DocTransformer ? Thanks, Rohit

Searching solr on school name during year

2013-09-08 Thread Rohit Kumar
year_2004, year_2005, end_2005 schoolNameWithTermOriginal:Canterbury University||2001-2005 Please suggest if its a correct approach or there is a better way to do the same. I am using Solr 4.3. Thanks, Rohit Kumar

Frequent softCommits leading to high faceting times?

2013-09-15 Thread Rohit Kumar
* 0.0 0.0 0.0 5.0 143.0 Please help. Thanks, Rohit Kumar

Section Search in SOLR

2013-09-28 Thread Rohit Kumar
i.e. should return me only doc id 1. Thanks, Rohit Kumar

Re: Section Search in SOLR

2013-09-28 Thread Rohit Kumar
s. > > You must flatten your data your data to achieve any correspondence. > > Multivalued field are a powerful feature of Solr, but you must be > extremely careful to use them only in moderation. > > -- Jack Krupansky > > -Original Message- From: Rohit Kuma

run filter queries after post filter

2013-10-08 Thread Rohit Harchandani
seem to work: &fq={!cache=false cost=200}field:value Thanks, Rohit

Re: run filter queries after post filter

2013-10-09 Thread Rohit Harchandani
of ids that the post filter is receiving reduces. Thanks, Rohit On Tue, Oct 8, 2013 at 8:29 PM, Erick Erickson wrote: > Hmmm, seems like it should. What's our evidence that it isn't working? > > Best, > Erick > > On Tue, Oct 8, 2013 at 4:10 PM, Rohit Harchandani >

Re: run filter queries after post filter

2013-10-09 Thread Rohit Harchandani
Rohit On Wed, Oct 9, 2013 at 4:14 PM, Erick Erickson wrote: > Ah, I think you're misunderstanding the nature of post-filters. > Or I'm confused, which happens a lot! > > The whole point of post filters is that they're assumed to be > expensive (think ACL calculation)

Problem with Solr replication in solr 4.2

2013-03-21 Thread Rohit Harchandani
fields were downloaded to the temp folder, but it was never pulled into the index directory on the slave. The only file which made it was the lock file. This problem does not happen anymore? Thanks, Rohit

SOLR : ArrayIndexOutOfBoundsException from SolrDispatchFilter

2013-06-19 Thread Rohit Kumar
Need help to figure out the error below. *Code Snippet*: public class ConnectionComponent extends SearchComponent { @Override public void process(ResponseBuilder rb) throws IOException { NamedList nList = new SimpleOrderedMap(); NamedList nl= new SimpleOrderedMap(); List ld =

Multithreaded DIH giving Operation not allowed after ResultSet closed solr 3.5

2012-03-09 Thread Rohit Khanna
le. I have mentioned the first entity as the root entity and have given the threads parameter as 4. I can attach the file if required if you need to understand better. Any help would be appreciated. Regards, Rohit K

Re: Solr Range Facets

2011-05-18 Thread Rohit Gupta
document. Regards, Rohit From: Chris Hostetter To: solr-user@lucene.apache.org Sent: Thu, 19 May, 2011 6:16:53 AM Subject: RE: Solr Range Facets : Thanks for explaining the point system, please find below the complete Sorry .. that part was ment to be a joke

URGENT HELP: Improving Solr indexing time

2011-06-04 Thread Rohit Gupta
-04 11:25:26 How can i determine why this is happening and how can I improve this. During all our test on the local server before the migration we could index 5 million records in 4-5 hrs, but now its taking too long on the live server. Regards, Rohit

Re: URGENT HELP: Improving Solr indexing time

2011-06-04 Thread Rohit Gupta
a bit faster now. Are there any more tweeking i can do? Also, planning to move to master-salve model, but am failing to understand where to start exactly. Regards, Rohit From: lee carroll To: solr-user@lucene.apache.org Sent: Sun, 5 June, 2011 4:59:44 AM Subjec

Re: URGENT HELP: Improving Solr indexing time

2011-06-05 Thread Rohit Gupta
Thanks Faud, Have started working optimizing my Database structure, since the tables are huge in terms of records, optimization is taking time. Will update the results when complete. Regards, Rohit From: Fuad Efendi To: "Solr-User@Lucene. Org"

Master Slave help

2011-06-06 Thread Rohit Gupta
at least the stats show that. What could be wrong? Thanks, Rohit

Re: Master Slave help

2011-06-07 Thread Rohit Gupta
, Jun 6, 2011 at 11:24 AM, Rohit Gupta wrote: > Hi, > > I have configured my master slave server and everything seems to be running > fine, the replication completed the firsttime it ran. But everytime I go the >the > replication link in the admin panel after restarting the serve

Commit taking very long

2011-06-07 Thread Rohit Gupta
. Deleted 0 documents. What can be causing this, I have tried looking for a reason or a way to improve this, but am just not able to find. At this rate my documents would never get indexed, given that I have more than 100,000 records coming into the database every hour. Regards, Rohit

SEVERE: SolrIndexWriter was not closed prior to finalize

2011-07-04 Thread Rohit Gupta
) What may be causing this I am not able to figure out. Regards, Rohit

!frange probelm

2011-07-11 Thread Rohit Gupta
&start=0&rows=26&wt=javabin&version=2 I have even tried escaping the ! mark ,but doesnt help either http://xyz.com:12397/solr/tw/select?q=(Organix)&fq={!frange l=834925 u=834925}id&fq={!frange l=834345 u=834345}id&sort=createdOnGMTDate desc&start=0&rows=26&wt=javabin&version=2 Regards, Rohit

Need Suggestion

2011-07-15 Thread Rohit Gupta
? Will reducing the number of commits per hour help? 2. Most of my queries are field or date faceting based? how to improve those? Regards, Rohit

Re: Need Suggestion

2011-07-15 Thread Rohit Gupta
I am using -Xms2g and -Xmx6g What would be the ideal JVM size? Regards, Rohit From: Mohammad Shariq To: solr-user@lucene.apache.org Sent: Fri, 15 July, 2011 7:27:38 PM Subject: Re: Need Suggestion below are certain things to do for search latency. 1) Do

Frange Function Query

2011-07-21 Thread Rohit Gupta
;fq={!frange l=33787806 u=33787918}id&fq={!frange l=40817415}id&fq=createdOnGMTDate:[2011-07-01T14%3A30%3A00Z+TO+2011-07-21T14%3A30%3A00Z] Regards, Rohit

Update data directory at run time

2012-08-14 Thread Rohit Harchandani
d not change after updating the symlinks. (org.apache.lucene.store.MMapDirectory:org.apache.lucene.store.MMapDirectory@/bb/mbigd/mbig2580/srchSolr/apache-solr-4.0.0-ALPHA/example/solr/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2447e380) Is there a way to update this dynamically? Thanks a lot Regards, Rohit Harchandani

Re: Update data directory at run time

2012-08-14 Thread Rohit Harchandani
Cool. Thanks. I will have a look at this. But in this case, if all the files on the master are new, will the entire index on the slave be replaced or will it add to whatever is currently present on the slave? Thanks again, Rohit On Tue, Aug 14, 2012 at 6:04 PM, Walter Underwood wrote: > Why

Re: Delete all documents in the index

2012-09-05 Thread Rohit Harchandani
Thanks everyone. Adding the _version_ field in the schema worked. Deleting the data directory works for me, but was not sure why deleting using curl was not working. On Wed, Sep 5, 2012 at 1:49 PM, Michael Della Bitta < michael.della.bi...@appinions.com> wrote: > Rohit: > > If

Retrieval of large number of documents

2012-09-12 Thread Rohit Harchandani
, I apply an xslt transformation to the response to get a comma separated list of unique keys. Is there a way to improve this speed?? Would sharding help in this case? I am currently using solr 4.0 beta in my application. Thanks, Rohit

Re: Solr 4.0 simultaneous query problem

2012-10-19 Thread Rohit Harchandani
"A" which has the smallest index size (4gb). The query is made to a "master" shard which by default goes to all 3 shards for results. (also, the query that i am trying matches documents only only in shard "A" mentioned above) Will try debugQuery now and post it here.

Re: Solr 4.0 simultaneous query problem

2012-11-05 Thread Rohit Harchandani
ids and getting the remaining fields is turning out to be really slow. It takes a while to search for a list of unique ids. Is there any config change to make this process faster? Also what does isDistrib=false mean when solr generates the queries internally? Thanks, Rohit On Fri, Oct 19, 2012 at

Re: Solr 4.0 simultaneous query problem

2012-11-06 Thread Rohit Harchandani
have all these documents in the same shard? I went for this approach because the shard which is queried the most is small and gives a lot of benefit in terms of time taken for all the stats queries. This shard is only about 5 gb whereas the entire index will be about 50 gb. Thanks for the help, Rohit

Re: Run multiple instances of solr using single data directory

2012-11-14 Thread Rohit Harchandani
ok. but what are the problems when brining up multiple instances reading from the same data directory? also how to re-open the searchers without restarting solr? Thanks, Rohit On Tue, Nov 13, 2012 at 11:20 PM, Otis Gospodnetic < otis.gospodne...@gmail.com> wrote: > Hi, > > I

Problem in Date Format in Solr 1.3

2008-12-18 Thread rohit arora
#x27; can you help me in this problem. with regards    Rohit Arora

Unicode characters that are not legal XML characters;

2008-12-23 Thread rohit arora
my character date in "UTF-8" format I find that there are many Unicode Character that are not legal XML Character. Can any one help me to find the list of all the legal XML Character so that I can strip all character except those characters. with regards  Rohit Arora

Unicode characters that are not legal XML characters

2008-12-23 Thread rohit arora
my character data in "UTF-8" format I find that there are many Unicode Character that are not legal XML Character. Can any one help me to find the list of all the legal XML Character so that I can strip all character except those characters. with regards  Rohit Arora

Problem in Out Put of Search

2009-01-08 Thread rohit arora
Hi, I have installed solr lucene 1.3. I am facing a problem wile searching it did not provides multiple records. Instead of providing multiple records it provides single record multiple times.. with regards  Rohit Arora

Re: Problem in Out Put of Search

2009-01-08 Thread rohit arora
,name,large_desc,small_desc) multiple times.. I have attached the out put in a (.txt) file.. with regards  Rohit Arora --- On Thu, 1/8/09, Erik Hatcher wrote: From: Erik Hatcher Subject: Re: Problem in Out Put of Search To: solr-user@lucene.apache.org Date: Thursday, January 8, 2009, 7:10 PM

Re: Problem in Out Put of Search

2009-01-08 Thread rohit arora
field as a uniqueKey in the schema.xml with regards  Rohit Arora --- On Fri, 1/9/09, Shalin Shekhar Mangar wrote: From: Shalin Shekhar Mangar Subject: Re: Problem in Out Put of Search To: solr-user@lucene.apache.org Date: Friday, January 9, 2009, 11:55 AM There are two documents in that respons

Re: Dynamically calculated range facet

2009-02-19 Thread Rohit Gandhe
I know this is an old thread, but I am not sure if this thread concluded with any concrete result. Martin, I see you started some changes to Solr Code in "RangeRequestHandler". Did you ever release them as a patch? Has anybody been working on this issue. I read through most of Hossman's posts an

Re: grouping response docs together

2009-05-15 Thread Rohit Gandhe
Collapse component may be of interest to you https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel On Fri, May 15, 2009 at 3:52 PM, Matt Mitchell wrote: > Is there a built-in mechanism for grouping similar documents together in > the >

Indexing CSV without HTTP

2010-02-04 Thread Rohit Gandhe
dList result = server.request(req); System.out.println("Result : \n" + result); } finally { if (core != null) core.close(); if (container != null) container.shutdown(); } } } Thanks, Rohit

Re: Indexing CSV without HTTP

2010-02-04 Thread Rohit Gandhe
maintaining custom server code is not a good idea, but this is just until we can implement index replication. On Thu, Feb 4, 2010 at 12:28 PM, Yonik Seeley wrote: > On Thu, Feb 4, 2010 at 3:03 PM, Rohit Gandhe wrote: >> We are indexing quite a lot of data using update/csv handler. For >

Re: Strategy for presenting fresh data

2008-06-11 Thread rohit arora
Hi, I am new to Solr Lucene I have only one defaule core i am working on creating multiple core. Can you help me in this matter. with regards  Rohit Arora --- On Thu, 6/12/08, James Brady <[EMAIL PROTECTED]> wrote: From: James Brady <[EMAIL PROTECTED]> Subject: Strategy for pres

Error loading class 'solr.RandomSortField'

2008-06-12 Thread rohit arora
Hi, I configured multi core in Solr Lucene but while giving "java -jar start.jar" command it through an Error "Caused by: java.lang.ClassNotFoundException: solr.RandomSortField" can you help me in this problem. with regards  Rohit Arora

http://localhost:8983/solr/core0/update

2008-06-19 Thread rohit arora
y help would be greatly appreciated with regards  Rohit Arora

Query related APACHE SOLR 8.2.0

2019-10-16 Thread Rohit Rasal
and maximum version is required for APACHE SOLR 8.2.0? 2. List of all OS minimum and maximum version is required for APACHE SOLR 8.2.0? Regards, Rohit Rasal | Assistant Manager | NSDL e-Governance Infrastructure Limited | (CIN U72900MH1995PLC095642) Direct: 8347 |Email: roh

<    1   2