Build Java Package for required schema and solrconfig files field and configuration.

2016-04-26 Thread Nitin Solanki
Hello Everyone, I have created a autosuggest using Solr suggester. I have added a field and field type in schema.xml and did some changes in /suggest request handler into solrconfig.xml. Now, I need to build a java package using those configuration which I need to plug

Re: How get around solr's spellcheck maxEdit limit of 2?

2016-01-22 Thread Nitin Solanki
t; know their stuff. > > Best, > Erick > > On Thu, Jan 21, 2016 at 12:39 AM, Nitin Solanki <nitinml...@gmail.com> > wrote: > > I am using Solr for spell Correction. Solr is limited to maxEdit of 2. > Does > > there is anyway to increase that maxEdit without using phonetic mapping ? > > Please any suggestions > >

How get around solr's spellcheck maxEdit limit of 2?

2016-01-21 Thread Nitin Solanki
I am using Solr for spell Correction. Solr is limited to maxEdit of 2. Does there is anyway to increase that maxEdit without using phonetic mapping ? Please any suggestions

IOException, ConnectionTimeout Error while searching

2015-08-26 Thread Nitin Solanki
Hello, I indexed 2 million documents and after completing indexing. I tried for searching. It throws IOException and Connection Timeout Error. error:{ msg:org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at:

Re: Make search faster in Solr

2015-08-11 Thread Nitin Solanki
should study about caches a bit here https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig On Mon, Aug 10, 2015 at 4:34 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi, I have 32 shards and single replica of each shards having 4 nodes over Solr cloud. I

Re: Concurrent Indexing and Searching in Solr.

2015-08-11 Thread Nitin Solanki
, Aug 9, 2015 at 11:04 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi, I used solr 5.2.1 version. It is fast, I think. But again, I am stuck on concurrent searching and threading. I changed maxWarmingSearchers*2*/maxWarmingSearchers to maxWarmingSearchers*100*/maxWarmingSearchers

Re: Make search faster in Solr

2015-08-11 Thread Nitin Solanki
Hi davidphilip, Without caching, Can we do fast searching? On Tue, Aug 11, 2015 at 11:43 AM Nitin Solanki nitinml...@gmail.com wrote: Okay davidphilip. On Mon, Aug 10, 2015 at 8:24 PM davidphilip cherian davidphilipcher...@gmail.com wrote: Hi Nitin, 32 shards

Re: Concurrent Indexing and Searching in Solr.

2015-08-10 Thread Nitin Solanki
will overwhelm *any* single Solr server. I got your point. But MongoDB can handle concurrent searching and indexing faster. Then why not solr? Sorry for this.. On Mon, Aug 10, 2015 at 2:39 AM Shawn Heisey apa...@elyograg.org wrote: On 8/7/2015 1:15 PM, Nitin Solanki wrote: I wrote a python

Make search faster in Solr

2015-08-10 Thread Nitin Solanki
Hi, I have 32 shards and single replica of each shards having 4 nodes over Solr cloud. I have indexed 16 million documents. Without cache, total time taken to search a document is 0.2 second. And with cache is 0.04 second. I don't do anything of cache. Caches are set by default in

Is cache enabled by default?

2015-08-10 Thread Nitin Solanki
Hi, I have commented querycache, filterquerycache and document cache. Still searching is using cache. why so? 2) First time searching a query, it takes time and afterwards, it can't due to cache, I know that. But how to make search always faster even first time searching?

Re: Concurrent Indexing and Searching in Solr.

2015-08-08 Thread Nitin Solanki
important than the rest. Best, Erick On Fri, Aug 7, 2015 at 3:15 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Erick, posting files to Solr via curl = Rather than posting files via curl. Which is better SolrJ or post.jar... I don't use both things. I wrote a python

Concurrent Indexing and Searching in Solr.

2015-08-07 Thread Nitin Solanki
Hello Everyone, I have indexed 16 million documents in Solr Cloud. Created 4 nodes and 8 shards with single replica. I am trying to make concurrent indexing and searching on those indexed documents. Trying to make 100 concurrent indexing calls along with 100 concurrent

Re: Concurrent Indexing and Searching in Solr.

2015-08-07 Thread Nitin Solanki
On Fri, Aug 7, 2015 at 2:06 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Erick, You said that soft commit should be more than 3000 ms. Actually, I need Real time searching and that's why I need soft commit fast. commit=true = I made commit=true because , It reduces

Re: Concurrent Indexing and Searching in Solr.

2015-08-07 Thread Nitin Solanki
. Upayavira On Fri, Aug 7, 2015, at 02:58 PM, Nitin Solanki wrote: Hello Everyone, I have indexed 16 million documents in Solr Cloud. Created 4 nodes and 8 shards with single replica. I am trying to make concurrent indexing and searching on those indexed

Re: Concurrent Indexing and Searching in Solr.

2015-08-07 Thread Nitin Solanki
. Dunno what others would say, but I'd aim for approx one indexing thread per CPU. Upayavira On Fri, Aug 7, 2015, at 02:58 PM, Nitin Solanki wrote: Hello Everyone, I have indexed 16 million documents in Solr Cloud. Created 4 nodes and 8 shards with single replica

Hard Commit not working

2015-07-30 Thread Nitin Solanki
Hi, I am trying to index documents using solr cloud. After setting, maxTime to 6 ms in hard commit. Documents are visible instantly while adding them. Not commiting after 6 ms. I have added Solr log. Please check it. I am not getting exactly what is happening. *CURL to commit

Re: Hard Commit not working

2015-07-30 Thread Nitin Solanki
is triggered too. You should set it to a higher value like 1, for example. Edward Em 30/07/2015 11:43, Nitin Solanki nitinml...@gmail.com escreveu: Hi, I am trying to index documents using solr cloud. After setting, maxTime to 6 ms in hard commit. Documents are visible

Solr port went down on remote server

2015-05-06 Thread Nitin Solanki
Hi, I have installed Solr on remote server and started on port 8983. Now, I have bind my local machine port 8983 with remote server 8983 of Solr using *ssh* (Ubuntu OS). When I am requesting on Solr for getting the suggestions on remote server through local machine calls. Sometimes it gives

Re: Data indexing is going too slow on single shard Why?

2015-03-27 Thread Nitin Solanki
Okay. Thanks Shawn.. On Thu, Mar 26, 2015 at 12:25 PM, Shawn Heisey apa...@elyograg.org wrote: On 3/26/2015 12:03 AM, Nitin Solanki wrote: Great thanks Shawn... As you said - **For 204GB of data per server, I recommend at least 128GB of total RAM, preferably 256GB**. Therefore, if I

Re: Data indexing is going too slow on single shard Why?

2015-03-26 Thread Nitin Solanki
:50 PM, Shawn Heisey apa...@elyograg.org wrote: On 3/25/2015 8:42 AM, Nitin Solanki wrote: Server configuration: 8 CPUs. 32 GB RAM O.S. - Linux snip are running. Java heap set to 4096 MB in Solr. While indexing, snip *Currently*, I have 1 shard with 2 replicas using SOLR CLOUD

Re: Data indexing is going too slow on single shard Why?

2015-03-25 Thread Nitin Solanki
was indexing same data on 8 shards. That time, it was fast as compared to single shard. Why so? Any help please.. *HardCommit - 15 sec* *SoftCommit - 10 min.* ii) Searching a query/term is also taking too much time. Any help on this also. On Wed, Mar 25, 2015 at 4:33 PM, Nitin Solanki nitinml

Re: Data indexing is going too slow on single shard Why?

2015-03-25 Thread Nitin Solanki
python script with Solr RESTAPI. If I missed anything related to Solr. Please inform me.. THanks Shawn. Waiting for your reply On Wed, Mar 25, 2015 at 7:33 PM, Shawn Heisey apa...@elyograg.org wrote: On 3/25/2015 5:03 AM, Nitin Solanki wrote: Please can anyone assist me? I am

Data indexing is going too slow on single shard Why?

2015-03-25 Thread Nitin Solanki
Hello, Please can anyone assist me? I am indexing on single shard it is taking too much of time to index data. And I am indexing around 49GB of data on single shard. What's wrong? Why solr is taking too much time to index data? Earlier I was indexing same data on 8 shards. That time,

Read or Capture Solr Logs

2015-03-24 Thread Nitin Solanki
Hello, I want to read or capture all the queries which are searched by users. Any help on this?

Set search query logs into Solr

2015-03-24 Thread Nitin Solanki
Hello, I want to insert searched queries into solr log to track the input of users. I googled too much but didn't find anything. Please help. Your help will be appreciated...

Re: Read or Capture Solr Logs

2015-03-24 Thread Nitin Solanki
Hi Markus, Can you please help me. How to do that? Using both Process the logs or make a simple SearchComponent implementation that reads SolrQueryRequest On Tue, Mar 24, 2015 at 4:25 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Markus, Can you please

Re: How to deal with different configurations on different collection?

2015-03-23 Thread Nitin Solanki
Thanks Shawn. It is working now as you said.. No need to switch to external zookeeper. It is also working in embedded zookeeper On Mon, Mar 23, 2015 at 5:42 PM, Shawn Heisey apa...@elyograg.org wrote: On 3/23/2015 4:51 AM, Nitin Solanki wrote: Few days before, I have created

How to deal with different configurations on different collection?

2015-03-23 Thread Nitin Solanki
Hello, Few days before, I have created a collection (wikingram) in solr 4.10.4(Solr cloud) by applying default configuration from collection1. *sudo /mnt/nitin/Solr/solr_lm/example/scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983 -cmd upconfig -confdir

Re: Whole RAM consumed while Indexing.

2015-03-20 Thread Nitin Solanki
for ramBufferSizeMB, maxBufferedDocs, maxIndexingThreads? Right now, All value are set by default.. On Fri, Mar 20, 2015 at 11:42 AM, Nitin Solanki nitinml...@gmail.com wrote: On Fri, Mar 20, 2015 at 1:35 AM, Erick Erickson erickerick...@gmail.com wrote: That or even hard commit to 60 seconds. It's

Re: Whole RAM consumed while Indexing.

2015-03-20 Thread Nitin Solanki
On Fri, Mar 20, 2015 at 1:35 AM, Erick Erickson erickerick...@gmail.com wrote: That or even hard commit to 60 seconds. It's strictly a matter of how often you want to close old segments and open new ones. On Thu, Mar 19, 2015 at 3:12 AM, Nitin Solanki nitinml...@gmail.com wrote: Hi Erick

Re: Whole RAM consumed while Indexing.

2015-03-19 Thread Nitin Solanki
, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 18 March 2015 at 12:09, Nitin Solanki nitinml...@gmail.com wrote: When I kept my configuration to 300 for soft commit and 3000 for hard commit and indexed some amount of data, I got the data size of the whole index to be 6GB

Re: Whole RAM consumed while Indexing.

2015-03-19 Thread Nitin Solanki
, of course, I missed it, it's a lot of emails in a very short window of time. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 18 March 2015 at 12:09, Nitin Solanki nitinml...@gmail.com wrote: When I kept my

Re: Whole RAM consumed while Indexing.

2015-03-18 Thread Nitin Solanki
that you'll see your RAM usage go way down, but that' s a guess until you test. Best, Erick On Sun, Mar 15, 2015 at 10:56 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Erick, You are saying correct. Something, **overlapping searchers warning messages

Re: Add replica on shards

2015-03-18 Thread Nitin Solanki
Thanks Norgorn. I did the same thing but in different manner.. like - localhost:8983/solr/admin/cores?action=CREATEname=wikingram_shard4_replica3collection=wikingramproperty.shard=shard4 On Wed, Mar 18, 2015 at 7:20 PM, Norgorn lsunnyd...@mail.ru wrote: U can do the same simply by something

Re: Whole RAM consumed while Indexing.

2015-03-18 Thread Nitin Solanki
, Mar 18, 2015 at 6:24 AM, Nitin Solanki nitinml...@gmail.com wrote: Hi, If I do very very fast indexing(softcommit = 300 and hardcommit = 3000) v/s slow indexing (softcommit = 6 and hardcommit = 6) as you both said. Will fast indexing fail to index some data? Any suggestion

Re: Whole RAM consumed while Indexing.

2015-03-18 Thread Nitin Solanki
then I got the data size of the whole index to be 5GB after completing the indexing. But the number of documents in the both scenario were same. I am wondering how that can be possible? On Wed, Mar 18, 2015 at 9:14 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Erick, I am just

Re: Add replica on shards

2015-03-18 Thread Nitin Solanki
Any help please... On Wed, Mar 18, 2015 at 12:02 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi, I have created 8 shards on a collection named as ***wikingram**. Now at that time, I were not created any replica. Now, I want to add a replica on each shard. How can I do? I created

Add replica on shards

2015-03-18 Thread Nitin Solanki
Hi, I have created 8 shards on a collection named as ***wikingram**. Now at that time, I were not created any replica. Now, I want to add a replica on each shard. How can I do? I created this - ** sudo curl

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
and done, if you don't want to use svn but still want to download the Solr source, you can download the same (for Solr 5.0.0) from any of the mirrors listed here: http://www.apache.org/dyn/closer.cgi/lucene/solr/5.0.0 On Tue, Mar 17, 2015 at 12:42 AM, Nitin Solanki nitinml...@gmail.com wrote

Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi, I want to modify the solr source code. I don't have any idea where source code is available. I want to edit source code. How can I do ? Any help please...

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
the downloads section in https://lucene.apache.org/solr and choose the download which ends as -src.tgz, that has the source bundled as a single file. On 17 Mar 2015 07:42, Nitin Solanki nitinml...@gmail.com wrote: Hi Gora, Hi, I want to make changes only into my machine

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Gora, Hi, I want to make changes only into my machine without svn. I want to do test on source code. How ? Any steps to do so ? Please help.. On Tue, Mar 17, 2015 at 1:01 PM, Gora Mohanty g...@mimirtech.com wrote: On 17 March 2015 at 12:22, Nitin Solanki nitinml...@gmail.com

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Mohanty g...@mimirtech.com wrote: On 17 March 2015 at 13:12, Nitin Solanki nitinml...@gmail.com wrote: Hi Gora, Hi, I want to make changes only into my machine without svn. I want to do test on source code. How ? Any steps to do so ? Please help.. You could still use SVN

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi Gora, Thanks again. Do you have any link/ article of Wiki article? Please send me. On Tue, Mar 17, 2015 at 1:30 PM, Gora Mohanty g...@mimirtech.com wrote: On 17 March 2015 at 13:21, Nitin Solanki nitinml...@gmail.com wrote: I have already downloaded http

Shards doesn't seems to give same suggestion of a term/ misspell term.

2015-03-17 Thread Nitin Solanki
? Please help.. Thanks again. Warm Regards, Nitin Solanki

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
March 2015 at 13:38, Nitin Solanki nitinml...@gmail.com wrote: Hi Gora, Thanks again. Do you have any link/ article of Wiki article? Please send me. Sent the link in my very first follow-up: http://wiki.apache.org/solr/HowToContribute#Contributing_Code_.28Features.2C_Bug_Fixes

Re: Want to modify Solr Source Code

2015-03-17 Thread Nitin Solanki
Hi all, How to set breakpoints throughout the Solr code, step through code ? On Tue, Mar 17, 2015 at 6:22 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi all, I have configured solr source code with eclipse. Now, I have written a print statement in between

thresholdTokenFrequency changes suggestion frequency..

2015-03-16 Thread Nitin Solanki
Hi, I am not getting that why suggestion frequency goes varies from original frequency. Example - I have a word = *who* and its original frequency is *100* but when I find suggestion of it. It suggestion goes change to *50*. I think it is happening because of *thresholdTokenFrequency*. When

maxQueryFrequency v/s thresholdTokenFrequency

2015-03-16 Thread Nitin Solanki
Hello Everyone, Please anybody can explain me what is the difference between maxQueryFrequency and thresholdTokenFrequency? Got the link - http://wiki.apache.org/solr/SpellCheckComponent#thresholdTokenFrequency but unable to understand.. I am very much confusing in both of

Re: Whole RAM consumed while Indexing.

2015-03-15 Thread Nitin Solanki
number in the solr admin screen change? Best, Erick On Thu, Mar 12, 2015 at 10:27 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi Alexandre, *Hard Commit* is : autoCommit maxTime${solr.autoCommit.maxTime:3000}/maxTime openSearcherfalse/openSearcher

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Nitin Solanki
Hi Zheng, As you said **there's no physical schema.xml** but I have. I am using sampletechproductsconfig configuration where I have found schema.xml. In that, I am managing my schema.xml and then I upload that it into zookeeper and reload the collection. On 3/14/15, Zheng Lin

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-14 Thread Nitin Solanki
, Nitin Solanki nitinml...@gmail.com wrote: Hi Zheng, As you said **there's no physical schema.xml** but I have. I am using sampletechproductsconfig configuration where I have found schema.xml. In that, I am managing my schema.xml and then I upload that it into zookeeper

Re: Update solr schema.xml in real time for Solr 4.10.1

2015-03-12 Thread Nitin Solanki
Hi Zheng, *** I understand that in Solr 5.0, they provide a REST API to do real-time update of the schema using Curl ** *. Would please help me how to do this? I need to update both schema.xml and solrconfig.xml in Solr 5.0 in SolrCloud. Your help is appreciated.. *Thanks Again..* On Thu, Mar

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
Hi. Erick.. Would please help me distinguish between Uploading a Configuration Directory and Linking a Collection to a Configuration Set ? On Thu, Mar 12, 2015 at 2:01 AM, Nitin Solanki nitinml...@gmail.com wrote: Thanks a lot Erick.. It will be helpful. On Wed, Mar 11, 2015

Re: Whole RAM consumed while Indexing.

2015-03-12 Thread Nitin Solanki
Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 12 March 2015 at 23:19, Nitin Solanki nitinml...@gmail.com wrote: Hello, I have written a python script to do 2 documents indexing each time on Solr. I have 28 GB RAM with 8 CPU. When I

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-12 Thread Nitin Solanki
Thanks Shawn and Erick for explanation... On Thu, Mar 12, 2015 at 9:02 PM, Shawn Heisey apa...@elyograg.org wrote: On 3/12/2015 9:18 AM, Erick Erickson wrote: By and large, I really never use linking. But it's about associating a config set you've _already_ uploaded with a collection.

Whole RAM consumed while Indexing.

2015-03-12 Thread Nitin Solanki
, Nitin Solanki

java.nio.channels.CancelledKeyException

2015-03-12 Thread Nitin Solanki
Hi, I am indexing documents on Solr 4.10.2. While indexing, I am getting this error in log - java.nio.channels.CancelledKeyException at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:77) at

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
, 2015 at 6:01 AM, Nitin Solanki nitinml...@gmail.com wrote: Hi, alexandre.. Thanks for responding... When I created new collection(wikingram) using solrCloud. It gets create into example/cloud/node*(node1, node2) like that. I have used *schema.xml and solrconfig.xml

Re: Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
a newsletter: http://www.solr-start.com/ On 11 March 2015 at 07:50, Nitin Solanki nitinml...@gmail.com wrote: Hello, I have switched from solr 4.10.2 to solr 5.0.0. In solr 4-10.2, schema.xml and solrconfig.xml were in example/solr/conf/ folder. Where is schema.xml

Where is schema.xml and solrconfig.xml in solr 5.0.0

2015-03-11 Thread Nitin Solanki
Hello, I have switched from solr 4.10.2 to solr 5.0.0. In solr 4-10.2, schema.xml and solrconfig.xml were in example/solr/conf/ folder. Where is schema.xml and solrconfig.xml in solr 5.0.0 ? and also want to know how to configure in solrcloud ?

Re: how to change configurations in solrcloud setup

2015-03-10 Thread Nitin Solanki
Hi Aman, You can apply configuration on solr cloud by using this command - sudo path_of_solr/solr_folder_name/example/scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983 -cmd upconfig -confdir path_of_solr/solr_folder_name/example/solr/collection1/conf -confname default and

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread Nitin Solanki
Hi ale42, Yes. I am using the same field (gram_ci) to make a query and also using the same field(gram_ci) to build suggestion on it. Here is the explanation: I have a 2 fields - gram and gram_ci. where gram field sets to stored = true and index = true while gram_ci field sets to

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-09 Thread Nitin Solanki
I am using field as standardTokenizerFactory with ShingleFilterFactory. Is it doing so? On 3/9/15, ale42 alexandre.faye...@etu.esisar.grenoble-inp.fr wrote: So, I think it's depend on the field that you are working on ?! -- View this message in context:

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-08 Thread Nitin Solanki
Hi ale42, I am not using /solr.IndexBasedSpellChecker/. I used solr.DirectSpellChecker. Is there anyway to solve my issue? On Fri, Mar 6, 2015 at 6:27 PM, ale42 alexandre.faye...@etu.esisar.grenoble-inp.fr wrote: I think these frequencies are not the frequence of the term in the

Re: Frequency of Suggestion are varying from original Frequency in index

2015-03-08 Thread Nitin Solanki
Hi Wang, I am using SolrCloud. Is suggestion not working properly in that? On Fri, Mar 6, 2015 at 2:36 PM, gaohang wang gaohangw...@gmail.com wrote: do you use solrcloud?maybe your suggestion is not support distribute 2015-03-04 22:39 GMT+08:00 Nitin Solanki nitinml...@gmail.com

Original frequency is not matching with suggestion frequency in SOLR

2015-03-04 Thread Nitin Solanki
Hello, Something suggestion frequency varies from the original frequency. Output for *whs is* - *(73)* which is a suggestion of *who is* varies than its actual original frequency *(94). * *Please* check this link for more explanation -

Frequency of Suggestion are varying from original Frequency in index

2015-03-04 Thread Nitin Solanki
Hi.. I have a term(who) where original frequency of who is 191 but when I get suggestion of who it gives me 90. Why? Example : *Original Frequency* comes like: spellcheck:{ suggestions:[ who,{ numFound:1, startOffset:1, endOffset:4,

Why frequency of suggestion is different from indexed frequency in Solr?

2015-03-04 Thread Nitin Solanki
Hi, Frequency of suggestion is different from the original frequency which is in indexed. Why so? I have applied StandardTokenizer with ShingleFilterFactory on field.

Get suggestion for each term in the query

2015-02-26 Thread Nitin Solanki
Hi, I want to get suggestion of each term/word in query. Condition: i) Either word/term is correct or incorrect. ii) Either word/term has high frequency or has low frequency. Whatever the condition of term/word, I need to suggestion all time.

Confusion in making true or false in spellcheck.onlymorepopular

2015-02-26 Thread Nitin Solanki
HI, Only return suggestions that result in more hits for the query than the existing query What does it means the existing query in above sentence for spellcheck.onlymorepopular? what happens when I make true to spellcheck.onlymorepopular or false to spellcheck.onlymorepopular? Any

Do Multiprocessing on Solr to search?

2015-02-25 Thread Nitin Solanki
Hello, I want to search lakhs of queries/terms concurrently. Is there any technique to do multiprocessing on Solr? Is Solr is capable to handle this situation? I wrote a code in python that do multiprocessing and search lakhs of queries and do hit on Solr simultaneously/ parallely

Solr takes time to start

2015-02-25 Thread Nitin Solanki
Hello, Why Solr is taking too much of time to start all nodes/ports?

Re: Collations are not working fine.

2015-02-25 Thread Nitin Solanki
: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles

Override freq field from custom field in Suggestions

2015-02-24 Thread Nitin Solanki
is appreciated. Thanks and Regards, Nitin Solanki.

Re: Sorting on multi-valued field

2015-02-24 Thread Nitin Solanki
Hi Peri, You cannot do sort on multi-valued field. It should be set to false. On Tue, Feb 24, 2015 at 8:07 PM, Peri Subrahmanya peri.subrahma...@htcinc.com wrote: All, Is there a way sorting can work on a multi-valued field or does it always have to be “false” for it to work.

How make Searching fast in spell checking

2015-02-24 Thread Nitin Solanki
Hello all, I have 49 GB of indexed data. I am doing spell checking things. I have applied ShingleFilter on both index and query part and taking 25 suggestions of each word in the query and not using collations. When I search a phrase(taken 5-6 words. Ex.- barack obama is president of

CollationKeyFilterFactory stops suggestions and collations

2015-02-23 Thread Nitin Solanki
Hello all, I am working on collations. Somewhere in Solr, I found that UnicodeCollation will do searching fast. But after applying CollationKeyFilterFactory in schema.xml, it stops the suggestions and collations both. Please check the configurations and help me. *Schema.xml:*

Re: CollationKeyFilterFactory stops suggestions and collations

2015-02-23 Thread Nitin Solanki
help. Please? On Mon, Feb 23, 2015 at 4:43 PM, Nitin Solanki nitinml...@gmail.com wrote: Hello all, I am working on collations. Somewhere in Solr, I found that UnicodeCollation will do searching fast. But after applying CollationKeyFilterFactory in schema.xml, it stops

Used CollationKeyFilterFactory, Seems not to be working

2015-02-23 Thread Nitin Solanki
Hi, I have integrate CollationKeyFilterFactory in schema.xml and re-index the data again. *filter class=solr.CollationKeyFilterFactory language= strength=primary/* I need to use this becuase I want to build collations fast. Referred link: http://wiki.apache.org/solr/UnicodeCollation But

Is Solr best for did you mean functionality just like Google?

2015-02-23 Thread Nitin Solanki
need to give them suggestion like Did you mean. Is Solr best for it? Warm Regards, Nitin Solanki

Re: Collations are not working fine.

2015-02-23 Thread Nitin Solanki
Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Friday, February 13, 2015 1:05 AM To: solr-user@lucene.apache.org Subject: Re: Collations are not working fine. Hi James Dyer, I did the same as you told

Re: Used CollationKeyFilterFactory, Seems not to be working

2015-02-23 Thread Nitin Solanki
wrote: Hi Nitin, How can you pass empty value to the language attribute? Is this intentional? What is your intention to use that filter with suggestion functionality? Ahmet On Monday, February 23, 2015 5:03 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi, I have integrate

Error instantiating class: 'org.apache.lucene.collation.CollationKeyFilterFactory'

2015-02-23 Thread Nitin Solanki
Hi, I am using Collation Key Filter. After adding it into schema.xml. *Schema.xml* field name=gram type=textSpell indexed=true stored=true required=true multiValued=false/ /fieldTypefieldType name=textSpell class=solr.TextField positionIncrementGap=100 analyzer type=index

Use multiple collections having different configuration

2015-02-20 Thread Nitin Solanki
Hello, I have scenario where I want to create/use 2 collection into same Solr named as collection1 and collection2. I want to use distributed servers. Each collection has multiple shards. Each collection contains different configurations(solrconfig.xml and schema.xml). How can I do? In

Advantage of using Java programming with Solr over Solr API

2015-02-20 Thread Nitin Solanki
Hi, What is the advantages of java programming with Solr over Solr API?

Re: Advantage of using Java programming with Solr over Solr API

2015-02-20 Thread Nitin Solanki
I mean embedded Solr . On Fri, Feb 20, 2015 at 7:05 PM, Alexandre Rafalovitch arafa...@gmail.com wrote: This question makes no sense. Do you mean embedded Solr vs Standalone? Regards, Alex On 20 Feb 2015 3:30 am, Nitin Solanki nitinml...@gmail.com wrote: Hi, What

Re: Collations are not working fine.

2015-02-20 Thread Nitin Solanki
=spellcheck.maxCollationTries10/str str name=spellcheck.maxCollations5/str /lst arr name=last-components strsuggestSC/str /arr /requestHandler -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Tuesday, February 17, 2015 3:17 AM To: solr-user

Re: Use multiple collections having different configuration

2015-02-20 Thread Nitin Solanki
Thanks Shawn.. On Fri, Feb 20, 2015 at 7:53 PM, Shawn Heisey apa...@elyograg.org wrote: On 2/20/2015 4:06 AM, Nitin Solanki wrote: I have scenario where I want to create/use 2 collection into same Solr named as collection1 and collection2. I want to use distributed servers

Auto-correct the phrase/query

2015-02-19 Thread Nitin Solanki
Hello, I want to do same like google phrase/spell correction. If anyone type a query the dark night then I need a suggestion like the dark knight in Solr. Is there anyway to do this?

Re: spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-19 Thread Nitin Solanki
: It will try to give you suggestions up to the number you specify, but if fewer are available it will not give you any more. James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Tuesday, February 17, 2015 11:40 PM To: solr-user

Re: How to place whole indexed data on cache

2015-02-19 Thread Nitin Solanki
://www.eolya.fr/ 2015-02-18 14:39 GMT+01:00 Shawn Heisey apa...@elyograg.org: On 2/18/2015 4:20 AM, Nitin Solanki wrote: How can I place whole indexed data on cache by which if I will search any query then I will get response, suggestions, collations rapidly. And also how to view

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-19 Thread Nitin Solanki
Heisey apa...@elyograg.org wrote: On 2/18/2015 8:17 AM, Nitin Solanki wrote: I have created 4 nodes having 8 shards. Now, I want to divide those 4 Nodes into 100 Nodes without any failure/ or re-indexing the data. Any help please? I think your only real option within a strict

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-19 Thread Nitin Solanki
Okay, thanks Shawn.. On Thu, Feb 19, 2015 at 7:59 PM, Shawn Heisey apa...@elyograg.org wrote: On 2/19/2015 4:18 AM, Nitin Solanki wrote: Sorry, I think, you both are taking about shard splitting but I want node splitting. I have 4 nodes. Each node has 2

Re: spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-18 Thread Nitin Solanki
Hi James, How to see the suggestions of spellcheck.alternativeTermCount ? On Wed, Feb 18, 2015 at 11:09 AM, Nitin Solanki nitinml...@gmail.com wrote: Thanks James, I tried the same thing spellcheck.count=10spellcheck.alternativeTermCount=5. And I got 5

Why collations are coming even I set the value of spellcheck.count to zero(0)

2015-02-18 Thread Nitin Solanki
Hi Everyone, I have set the value of spellcheck.count = 0 and spellcheck.alternativeTermCount = 0. Even though collations are coming when I search any query which is misspelled. Why so? I also set the value of spellcheck.maxCollations = 100 and spellcheck.maxCollationTries =

How to place whole indexed data on cache

2015-02-18 Thread Nitin Solanki
Hi, How can I place whole indexed data on cache by which if I will search any query then I will get response, suggestions, collations rapidly. And also how to view that which documents are on cache and how to verify it?

Re: Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Nitin Solanki
Okay, It will destroy/harm my indexed data. Right? On Wed, Feb 18, 2015 at 9:01 PM, Yago Riveiro yago.rive...@gmail.com wrote: You can try the SPLIT command — /Yago Riveiro On Wed, Feb 18, 2015 at 3:19 PM, Nitin Solanki nitinml...@gmail.com wrote: Hi, I have created 4 nodes

Get nearby suggestions for any phrase searching

2015-02-18 Thread Nitin Solanki
Hello, I want to retrieve only top- five suggestions for any phrase/query searching. How to do that? Assume, If I search like ?q=the bark night then I need suggestion/ collation like the dark knight. How to get nearby suggestion/ terms of the phrase?

Divide 4 Nodes into 100 nodes in Solr Cloud

2015-02-18 Thread Nitin Solanki
Hi, I have created 4 nodes having 8 shards. Now, I want to divide those 4 Nodes into 100 Nodes without any failure/ or re-indexing the data. Any help please?

  1   2   >