External File Field eating memory

2014-06-28 Thread Kamal Kishore Aggarwal
Hi Team, I have recently implemented EFF in solr. There are about 1.5 lacs(unsorted) values in the external file. After this implementation, the server has become slow. The solr query time has also increased. Can anybody confirm me if these issues are because of this implementation. Is that memor

Re: CollapsingQParserPlugin throws Exception when useFilterForSortedQuery=true

2014-06-28 Thread Joel Bernstein
OK, I see the problem. When you use true Solr builds a docSet in a way that seems to be incompatible with the CollapsingQParserPlugin. With true , Solr doesn't run the main query again when collecting the DocSet. The getDocSetScore() method is expecting the main query to present, because the Col

How to count children's documents

2014-06-28 Thread Alexandre Rafalovitch
Hello, I want to find a parent document that has more than X children documents. Is there a way to do so on a Solr side? I don't mind whether it is precomputed in URP or some sort of value math. I am just having troubles figuring out the correct way to do it. Regards, Alex. Personal website:

Re: How to count children's documents

2014-06-28 Thread Mikhail Khludnev
Hello, what about searching children with some constant score query, enabling sum score mode, and cutting off scores by range? Just an idea, didn't do that before. On Sat, Jun 28, 2014 at 7:01 PM, Alexandre Rafalovitch wrote: > Hello, > > I want to find a parent document that has more than X c

Re: Some questions about Solrcloud

2014-06-28 Thread spirtt0
Great. I hope my last questions :) Does zookeeper manage changes in other xml config files, except solrconfig.xml and schema.xml ? For example, if i add new rule for delta-import to existing dataimport.xml, use zkCli for update and reload collection - is it right way to got changes in dataimporthan

Re: Some questions about Solrcloud

2014-06-28 Thread Shawn Heisey
On 6/28/2014 10:27 AM, spirtt0 wrote: > Great. I hope my last questions :) Does zookeeper manage changes in other xml > config files, except solrconfig.xml and schema.xml ? For example, if i add > new rule for delta-import to existing dataimport.xml, use zkCli for update > and reload collection - i

Re: Streaming large updates with SolrJ

2014-06-28 Thread Ahmet Arslan
Hi Joe, I think it is not possible with SolrJ/SolrInputDocument. Please vote/watch the issue : https://issues.apache.org/jira/browse/SOLR-6199 Ahmet On Saturday, June 28, 2014 2:13 AM, Joe Gresock wrote: Is there a standard way to stream updates to Solr using SolrJ? Specifically, we have some

Endeca to Solr Migration

2014-06-28 Thread mrg81
Hello -- I wanted to get some details on Endeca to Solr Migration. I am interested in few topics: 1. We would like to migrate the Faceted Navigation, Boosting individual records and a few other items. 2. But the biggest question is about the UI [Experience Manager] - I have not found a tool

Delete single field from solr index

2014-06-28 Thread vidit.asthana
Solr Experts, Is there a way to delete a single field from the index(without reindexing). Lets say i have documents like below: abab ababa bh vsha sa abab ababa bh vsha sa Now I want to delete field named "data_type" from *ALL *the documents. Is this possible with

Re: Streaming large updates with SolrJ

2014-06-28 Thread Mikhail Khludnev
Joe, if the heap is so tight, couldn't you post http://wiki.apache.org/solr/UpdateXmlMessages by own optimized code? On Sat, Jun 28, 2014 at 3:13 AM, Joe Gresock wrote: > Is there a standard way to stream updates to Solr using SolrJ? > Specifically, we have some atomic updates for large field

Re: Endeca to Solr Migration

2014-06-28 Thread Mikhail Khludnev
Hello, Please check inlined below On Sat, Jun 28, 2014 at 10:10 PM, mrg81 wrote: > Hello -- > > I wanted to get some details on Endeca to Solr Migration. I am > interested in few topics: > > 1. We would like to migrate the Faceted Navigation, Boosting individual > records and a few other ite

While creating collection in SolrCloud can we manually select machines(nodes)

2014-06-28 Thread vidit.asthana
I have a 4 machine cluster. I want to create a collection with 1 shard and 1 replica. So I only need 2 machines. Is there a way I can explicitly define the machines on which my new collection should be created. -- View this message in context: http://lucene.472066.n3.nabble.com/While-creating

Re: Streaming large updates with SolrJ

2014-06-28 Thread Joe Gresock
Yeah, I think that's what I'll have to do, Mikhail. I was just testing the waters to see if there was a way to do it with SolrJ. On Sat, Jun 28, 2014 at 4:11 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Joe, > if the heap is so tight, couldn't you post > http://wiki.apache.org/so

Re: While creating collection in SolrCloud can we manually select machines(nodes)

2014-06-28 Thread Jack Krupansky
One shard with one replica would be a single machine, so maybe you mean either two shards each with one replica or one shard with two replicas. -- Jack Krupansky -Original Message- From: vidit.asthana Sent: Saturday, June 28, 2014 5:09 PM To: solr-user@lucene.apache.org Subject: While