Re: Autocomplete with Case-insensitive feature

2014-04-22 Thread Dmitry Kan
what kind of suggester are you using? Does its index get rebuilt when you reindex your data? From the analysis page at least I see, that you get a hit on Game, which is lowercased to game. On Thu, Apr 17, 2014 at 10:55 AM, Sunayana sunayana...@wipro.com wrote: 1.My field definition:

Re: Tomcat creates a thread for each SOLR core

2014-04-22 Thread Atanas Atanasov
Hi to all, I have some other information that might be useful. Installing previous java did not work. The creation of a core does not take 20 minutes, it seems that it happens right away but there is no response and looks stuck. After I restart the apache tomcat the core is there and working

Re: numFound is not correct while using Result Grouping

2014-04-22 Thread rachun
I'm still having the same problem which is can not get ngroups when set group.main=true. Is this problem fix? I'm usgin Solr 4.6.0 than you very much, Chun. -- View this message in context:

Re: Using ExternalFileField on SolrCloud

2014-04-22 Thread Alan Woodward
Hi Varun, SolrCloud only uses zk to store configuration, not data. Each solr instance will have its own data folder, and you'll need to sync the ExternalFileField file to each one. I don't think you can do this with anything internal to Solr at the moment - we've had clients use basic rsync

Re: group.ngroups behavior in response

2014-04-22 Thread rachun
Hi Amit, could you tell me is this problem fix in Solr 4.6.0? because i still having this problem or any suggestion? please help. thank you very much, Chun. -- View this message in context: http://lucene.472066.n3.nabble.com/group-ngroups-behavior-in-response-tp4033924p4132473.html Sent from

Re: Having trouble with German compound words in Solr 4.7

2014-04-22 Thread Alistair
I've managed to solve this (in a quite hacky sort of way) by using filter queries and the edismax queryparser. I added in my solrconfig.xml the following parameters: str name=defTypeedismax/str str name=mm75%/str Then when searching for multiple keywords (for example: schwarzkleid

Index huge text files

2014-04-22 Thread Priti Solanki
Hi friends, I have XML file of size 7.56 MB. I parse the XML and then feed it to Solr. But with some reason I am getting following error Query error. Reason: Bad Request Please let me know how to resolve this error. Regards

Re: Index huge text files

2014-04-22 Thread Alexandre Rafalovitch
Look at the server logs. They usually have more information. Like a full exception trace. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Apr 22, 2014 at 5:51 PM, Priti Solanki

Re: Tomcat creates a thread for each SOLR core

2014-04-22 Thread Shawn Heisey
On 4/22/2014 1:28 AM, Atanas Atanasov wrote: Just a clarification if someone decides to reproduce it: 1. 64 bit apache tomcat installation (7 or 8) - solr 4.4 deployed, any JVM. 2. Create 1000 cores. 3. Restart Apache Tomcat. 4. Create 1 core. I hope I explained it well, if not just ask.

Re: Index huge text files

2014-04-22 Thread Erick Erickson
You might also review: http://wiki.apache.org/solr/UsingMailingLists You've given us almost no information to help us help you here. Best, Erick On Tue, Apr 22, 2014 at 3:51 AM, Priti Solanki pritiatw...@gmail.com wrote: Hi friends, I have XML file of size 7.56 MB. I parse the XML and then

Re: Confusion when using go-live and MapReduceIndexerTool

2014-04-22 Thread Brett Hoerner
Anyone have any thoughts on this? In general, am I expected to be able to go-live from an unrelated cluster of Hadoop machines to a SolrCloud that isn't running off of HDFS? intput: HDFS output: HDFS go-live cluster: SolrCloud cluster on different machines running on plain MMapDirectory I'm

Re: Confusion when using go-live and MapReduceIndexerTool

2014-04-22 Thread Brett Hoerner
I think I'm just misunderstanding the use of go-live. From mergeindexes docs: The indexes must exist on the disk of the Solr host, which may make using this in a distributed environment cumbersome. I'm guessing I'll have to write some sort of tool that pulls each completed index out of HDFS and

Re: maximum number of shards per SolrCloud

2014-04-22 Thread Zhifeng Wang
Thanks, Erick. I wonder whether having multiple SolrClouds helps in this matter. If I have 5 SolrClouds, that will effectively boost the number of shards 5 times. Of course this introduces issues when I need to aggregate results from different SolrClouds. Thanks, Zhifeng On Tue, Apr 22, 2014

Shards range error

2014-04-22 Thread Mahmoud Almokadem
Dears, I've installed solr cloud on two instances with -DnumShards=2 bootstrapped, created several collections on this cloud. I want to add new instance to my cluster, so I created new instance and create new collection with shard=shard3, but I noticed that the range for this collection is

Re: maximum number of shards per SolrCloud

2014-04-22 Thread yypvsxf19870706
Hi I am curious of the influences when have more than 2G docs in a core.And we plan to have 5g docs/core. Please give me some suggestion about how to plan num of docs in a core ? Thanks. 发自我的 iPhone 在 2014-4-22,12:30,Erick Erickson erickerick...@gmail.com 写道: You're going to

Re: maximum number of shards per SolrCloud

2014-04-22 Thread Shawn Heisey
On 4/22/2014 10:02 AM, yypvsxf19870706 wrote: I am curious of the influences when have more than 2G docs in a core.And we plan to have 5g docs/core. Please give me some suggestion about how to plan num of docs in a core ? One Solr core contains one Lucene index. It can't be

SOLR Cloud Set up

2014-04-22 Thread Kashish
Hi, I am setting up a SOLR cloud environment. I have 3 servers. Currently have done a small POC setup with just one shard shared across the 3 nodes. Seems to work well. But am concerned about the shards. I have attached an image along with this. Pls check it and ignore the ones which are either

Solr data directory contains index backups

2014-04-22 Thread solr2020
Hi, We have a solrcloud where we have one shard and four replicas.We know that Solr will create an index backup when something happens inside solrcloud. So data directory contains more than one index folders. like snapshot.20130920231746353 index.20130712112751477 index.2013... So after

Re: Join solr multi core select field mixed other core

2014-04-22 Thread Alvaro Cabrerizo
Hi, Please, check using ...q={!join+to=cat_id+from=id+fromIndex=category}name:*... Regards. On Tue, Apr 22, 2014 at 3:37 AM, hungctk33 nokiatwo9...@gmail.com wrote: Hi . all. I has table Product (id, name, cat_id) Category (id, name); Select pro.id, pro.name, cat.name from Product as pro

Replication after startup is not working

2014-04-22 Thread Rich Mayfield
So I have basic master/slave replication set up with Solr 4.1. After startup, however, nothing happens. requestHandler name=/replication class=solr.ReplicationHandler lst name=master str name=enable${enable.master:false}/str str

Re: maximum number of shards per SolrCloud

2014-04-22 Thread YouPeng Yang
Hi Shawn Thanks a lot. It is greatly helpful. 2014-04-23 0:43 GMT+08:00 Shawn Heisey s...@elyograg.org: On 4/22/2014 10:02 AM, yypvsxf19870706 wrote: I am curious of the influences when have more than 2G docs in a core.And we plan to have 5g docs/core. Please give me some

Join solr

2014-04-22 Thread hungctk33
Hi all, A problem . http://localhost:8081/solr/products/select?q={!join%20from=category_id%20to=category_id%20fromIndex=categories}yyy -yyy : sort= category_name+desc You have a query for problem. Help me -- View this message in context:

Re: Join solr

2014-04-22 Thread hungctk33
Pls, Help me ! -- View this message in context: http://lucene.472066.n3.nabble.com/Join-solr-tp4132615p4132625.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Join solr

2014-04-22 Thread Alexandre Rafalovitch
Sorry, it is not clear what the issue actually is, what you tried to do to solve it and where specifically you are stuck. Please review http://wiki.apache.org/solr/UsingMailingLists , it will help you to ask a better question and get a better answer. Start from better subject once you reviewed

Re: SOLR Cloud Set up

2014-04-22 Thread Erick Erickson
700M what? Data size? Index size? Document count? There's very little information to go on here. If it's 700M index size, that's actually quite small by Solr standards. This might help: http://searchhub.org/2012/07/23/sizing-hardware-in-the-abstract-why-we-dont-have-a-definitive-answer/ Best,

Re: Join solr

2014-04-22 Thread hungctk33
http://localhost:8081/solr/products/select?q={!join+from=category_id+to=category_id fromIndex=categories v=$vk}*:*vk=(sort= category_name+desc) products( id, name, category_id); categories( category_id, category_name) order by desc|asc category_name -- View this message in context: