Re: IndexWrite in Lucene/Solr 3.5 is slower?

2012-06-15 Thread Ramprakash Ramamoorthy
On Fri, Jun 15, 2012 at 12:50 PM, Ramprakash Ramamoorthy < youngestachie...@gmail.com> wrote: > > > On Fri, Jun 15, 2012 at 12:20 PM, pravesh wrote: > >> BTW, Have you changed the MergePolicy & MergeScheduler settings also? >> Since >> Lucene 3.x/3.5 onw

Re: IndexWrite in Lucene/Solr 3.5 is slower?

2012-06-15 Thread Ramprakash Ramamoorthy
Yes I initially used the default TieredMergePolicy and later set the merge policy in both the versions to LogByteSizeMergePolicy, in order to maintain congruence. But still Lucene 3.5 lagged behind by 2X approx. -- With Thanks and Regards, Ramprakash Ramamoorthy, Engineer Trainee, Zoho Corporation. +91 9626975420

IndexWrite in Lucene/Solr 3.5 is slower?

2012-06-14 Thread Ramprakash Ramamoorthy
not, what else should I fine tune to improve the indexing speed? -- With Thanks and Regards, Ramprakash Ramamoorthy, Engineer Trainee, Zoho Corporation. +91 9626975420

Re: Porting from Solr 1.3 to 3.5

2012-06-07 Thread Ramprakash Ramamoorthy
On Thu, Jun 7, 2012 at 1:18 PM, Ramprakash Ramamoorthy < youngestachie...@gmail.com> wrote: > I am porting my app from lucene 2.X(solr 1.3) to lucene 3.X(solr 3.5). The > following is my issue. > > This one was valid in 2.X, but 3.5 throws me an error. > > IndexReader r

Porting from Solr 1.3 to 3.5

2012-06-07 Thread Ramprakash Ramamoorthy
Thanks and Regards, Ramprakash Ramamoorthy, Engineer Trainee, Zoho Corporation. +91 9626975420

Re: Problem with query negation

2012-05-18 Thread Ramprakash Ramamoorthy
t;newBq.add(new MatchAllDocsQuery(), BooleanClause.Occur.MUST); > return newBq; > } > Oh thats great :) Thank you very much! You made my day :) -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91 9626975420

Re: Merging two DocSets in solr

2012-05-18 Thread Ramprakash Ramamoorthy
On Sun, May 13, 2012 at 4:45 PM, Dmitry Kan wrote: > Are you operating inside the SOLR source code or on the (solrj) client > side? > > SOLR source code! > On Fri, May 11, 2012 at 12:46 PM, Ramprakash Ramamoorthy < > youngestachie...@gmail.com> wrote: > > >

Re: Problem with query negation

2012-05-18 Thread Ramprakash Ramamoorthy
he above! > &debugQuery=on would help too. > -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91 9626975420

Re: Problem with query negation

2012-05-18 Thread Ramprakash Ramamoorthy
Which solr version and query parser are you using? > I am using the standard LuceneQParserPlugin and I have a custom request handler. I use solr 3.5 -- With Thanks and Regards, Ramprakash Ramamoorthy, Engineer Trainee, Zoho Corporation. +91 9626975420

Re: Problem with query negation

2012-05-18 Thread Ramprakash Ramamoorthy
-(HOSTID:302)AND(*:*)* > > > > Why is this strange thing happening? Is it a bug in solr or > > am I missing > > something? > > Why don't you just use /solr/select/?q=-HOSTID:302 > Tried the same right at start, but never worked :( -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91 9626975420

Merging two DocSets in solr

2012-05-11 Thread Ramprakash Ramamoorthy
Dear all, I get two different DocSets from two different searchers. I need to merge them into one and get the facet counts from the merged docSets. How do I do it? Any pointers would be appreciated. -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91

Re: Dynamically pick dataDirs

2012-05-09 Thread Ramprakash Ramamoorthy
ry and then allow him to search (this is via lucene, we are moving into solr for adding distributed search functionality). In our product we have the option to search upto 6 months (~180 days), in that case merging 180 indices wouldn't be that easy I guess. -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation. +91 9626975420

Dynamically pick dataDirs

2012-05-09 Thread Ramprakash Ramamoorthy
do it graciously? -- With Thanks and Regards, Ramprakash Ramamoorthy, Engineer Trainee, Zoho Corporation. +91 9626975420

Convert a SolrDocumentList to DocList

2012-04-20 Thread Ramprakash Ramamoorthy
Dear all, Is there any way I can convert a SolrDocumentList to a DocList and set it in the QueryResult object? Or, the workaround adding a SolrDocumentList object to the QueryResult object? -- With Thanks and Regards, Ramprakash Ramamoorthy, Project Trainee, Zoho Corporation

Re: PolySearcher in Solr

2012-04-19 Thread Ramprakash Ramamoorthy
On Thu, Apr 19, 2012 at 9:21 PM, Jeevanandam Madanagopal wrote: > Please have a look > > http://wiki.apache.org/solr/DistributedSearch > > -Jeevanandam > > On Apr 19, 2012, at 9:14 PM, Ramprakash Ramamoorthy wrote: > > > Dear all, > > > > > >

Jira 1540

2012-04-17 Thread Ramprakash Ramamoorthy
stacktrace is almost similar to the one mentioned in https://issues.apache.org/jira/browse/SOLR-1540 . The issue is also almost the same. Any idea/fix to tackle? -- With Thanks and Regards, Ramprakash Ramamoorthy, SASTRA University.