Re: Solr Logging files get high

2015-02-03 Thread Nitin Solanki
| g+: plus.google.com/appinions https://plus.google.com/u/0/b/112002776285509593336/112002776285509593336/posts w: appinions.com http://www.appinions.com/ On Tue, Feb 3, 2015 at 12:51 AM, Nitin Solanki nitinml...@gmail.com wrote: Hi Michael Della and Michael Sokolov, *size of tlog

comparatorClass is not reflected on all nodes in Solr

2015-02-03 Thread Nitin Solanki
I am created Solr cloud having 4 nodes. I want to sort the suggestion on frequency. For this, I have added a line into solrconfig.xml is *str name=comparatorClassfreq/str* but it is not working and not reflecting on all nodes. Even I do the below steps.: sudo

Solr Logging files get high

2015-02-02 Thread Nitin Solanki
Hi, My solr logs directory has been get high. It is seriously problem or It harms my solr performance in both cases indexing as well as searching.

Re: Solr ate all Memory and throws -bash: cannot create temp file for here-document: No space left on device on Server

2015-02-02 Thread Nitin Solanki
Which 20GB, You are asking? Indexed data size is 2.(dot)04GB. I checked index data using sudo du -hs test_azure_mapping/nitin/solr/node*/solr/wikingram_shard* On Mon, Feb 2, 2015 at 2:54 PM, Toke Eskildsen t...@statsbiblioteket.dk wrote: On Mon, 2015-02-02 at 09:59 +0100, Nitin Solanki wrote

Re: Solr ate all Memory and throws -bash: cannot create temp file for here-document: No space left on device on Server

2015-02-02 Thread Nitin Solanki
t...@statsbiblioteket.dk wrote: On Mon, 2015-02-02 at 10:36 +0100, Nitin Solanki wrote: Which 20GB, You are asking? Indexed data size is 2.(dot)04GB. Yes, but at http://stackoverflow.com/questions/28273340/solr-ate-all-memory-and-throws-bash-cannot-create-temp-file-for-here-document you

Re: Solr Logging files get high

2015-02-02 Thread Nitin Solanki
/ 112002776285509593336/posts w: appinions.com http://www.appinions.com/ On Mon, Feb 2, 2015 at 7:42 AM, Nitin Solanki nitinml...@gmail.com wrote: Hi, My solr logs directory has been get high. It is seriously problem or It harms my solr performance in both cases indexing as well

Fwd: Solr Logging files get high

2015-02-02 Thread Nitin Solanki
Hi Michael Della and Michael Sokolov, *size of tlog :-* 56K/mnt/nitin/solr/node1/solr/wikingram_shard3_replica1/data/tlog/ 56K/mnt/nitin/solr/node1/solr/wikingram_shard7_replica1/data/tlog/ 56K/mnt/nitin/solr/node2/solr/wikingram_shard4_replica1/data/tlog/ 52K

suggestions are not sorting on frequency using comparatorFreq=freq(Not working)

2015-02-06 Thread Nitin Solanki
http://stackoverflow.com/questions/28368378/suggestions-are-not-sorting-on-frequency-using-comparatorfreq-freqnot-working# I have created 2 nodes having *2 shards* in Solr. I am doing *spell correction technique*. I want to *sort* the *suggestions* of *query(abple)* on the basis on *frequency*.

Issue : Replacing ID with another will degrade performance in Solr?

2015-01-19 Thread Nitin Solanki
but no able to get correct solution. Please help me. Thanks and Regards, Nitin Solanki.

Fwd: Issue : Replacing ID with another will degrade performance in Solr?

2015-01-20 Thread Nitin Solanki
but no able to get correct solution. Please help me. Thanks and Regards, Nitin Solanki.

Re: shards per disk

2015-01-20 Thread Nitin Solanki
Hey Nimrod, Nice try. I just want to know that these 8 shards are each on different system or do you implemented sharding on single system and each shard with different port? On Tue, Jan 20, 2015 at 7:54 PM, Nimrod Cohen nimrod.co...@nice.com wrote: Hi I done some performance test, and I

Re: Issue : Replacing ID with another will degrade performance in Solr?

2015-01-20 Thread Nitin Solanki
is tokenized as a unique key. As I mentioned on stack overflow, it is a bad idea. Yes, it will impact performance as well as lead to duplicate documents. Switch to a string or int/long field and you should be fine regardless of what it is named. On Tue, Jan 20, 2015 at 8:28 AM, Nitin Solanki

Re: Issue : Replacing ID with another will degrade performance in Solr?

2015-01-20 Thread Nitin Solanki
/2015 11:11 AM, Nitin Solanki wrote: Thanks a lot Shawn. There is any way to reduce time to retrieve suggestions fast. I know almost nothing about how to use the suggester and spellcheck features of Solr. I do know that the suggester is based on spellcheck. I have a spellcheck config in my

Re: Leaders in Recovery Failed state

2015-01-20 Thread Nitin Solanki
I am also facing the same issue. My solr version is 4.10.2 On Tue, Jan 20, 2015 at 11:33 PM, Erick Erickson erickerick...@gmail.com wrote: What version of Solr? On Tue, Jan 20, 2015 at 7:07 AM, anand.mahajan an...@zerebral.co.in wrote: Hi all, I have a cluster with 36 Shards and 3

Re: Issue : Replacing ID with another will degrade performance in Solr?

2015-01-20 Thread Nitin Solanki
Thanks a lot Shawn. There is any way to reduce time to retrieve suggestions fast. On Tue, Jan 20, 2015 at 9:33 PM, Shawn Heisey apa...@elyograg.org wrote: On 1/20/2015 7:18 AM, Nitin Solanki wrote: Thanks and sorry for Stackoverflow. You are saying that use string type. But I have used

Re: How much maximum data can we hard commit in Solr?

2015-01-21 Thread Nitin Solanki
Thanks. Great Explanation.. One more thing I want to ask. Which is best doing only hard commit or both hard and soft commit? I want to index 21 GB of data. On Wed, Jan 21, 2015 at 7:48 PM, Shawn Heisey apa...@elyograg.org wrote: On 1/21/2015 6:01 AM, Nitin Solanki wrote: How much of maximum

If I change schema.xml then reIndex is neccessary in Solr or not?

2015-01-21 Thread Nitin Solanki
I *indexed* *2GB* of data. Now I want to *change* the *type* of *field* from *textSpell* to *string* type into *schema.xml.* Detail Explanation on Stackoverflow. Below is the link:

Re: If I change schema.xml then reIndex is neccessary in Solr or not?

2015-01-21 Thread Nitin Solanki
Ok. Thanx On Thu, Jan 22, 2015 at 11:38 AM, Gora Mohanty g...@mimirtech.com wrote: On 22 January 2015 at 11:23, Nitin Solanki nitinml...@gmail.com wrote: I *indexed* *2GB* of data. Now I want to *change* the *type* of *field* from *textSpell* to *string* type into Yes, one would need

Add user-defined field into suggestions block.

2015-01-21 Thread Nitin Solanki
I am working on solr spell checker along with suggester. I am saving document like this : {ngram:the,count:10} {ngram:the age,count:5} {ngram:the age of,count:3} where *ngram* is unique key and applied *StandardTokenizer* and *ShingleFactoryFilter*(1 to 5 size). So, when I search word *the* it

Re: Issue : Replacing ID with another will degrade performance in Solr?

2015-01-20 Thread Nitin Solanki
Anyone has answer of question which I have asked on 20th Jan 2015 at 7:48 PM On Tue, Jan 20, 2015 at 11:59 PM, Nitin Solanki nitinml...@gmail.com wrote: Okay. No Problem. Please somebody check my question which I have mailed on 20th Jan 2015 at 7:48 PM where I have posted my question along

How much maximum data can we hard commit in Solr?

2015-01-21 Thread Nitin Solanki
How much of maximum data we can commit on Solr using hard commit without using Soft commit. maxTime is 1000 in autoCommit Details explanation is on Stackoverflow http://stackoverflow.com/questions/28067853/how-much-maximum-data-can-we-hard-commit-in-solr .

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

Re: spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-17 Thread Nitin Solanki
zero documents in your dictionary field have hope in them - The spellchecker will try to return you up to 10 suggestions for hope, but only up to 5 suggestions for life James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent

Collations problem even term is available in documents.

2015-02-17 Thread Nitin Solanki
Hi, I am misspelling a query hota hai to hota hain. Inside collations, hota hai is not coming, instead of that hot main, home have. etc are coming. I have 37 documents where hota hai is present. *URL: *localhost:8983/solr/wikingram/spell?q=gram_ci:hota

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: alternativeTermCount and WordBreakSolrSpellChecker combination not working

2015-02-13 Thread Nitin Solanki
Hi O. Klein, How you sorted the suggestion on frequency? I think, You used str name=comparatorClass freq /str to sort suggestions of frequency. Are you using sharding/multiple servers in Solr because on single node, comparatorClass is working but on multiple servers, it is not

Re: Collations are not working fine.

2015-02-12 Thread Nitin Solanki
Hi James Dyer, I did the same as you told me. Used WordBreakSolrSpellChecker instead of shingles. But still collations are not coming or working. For instance, I tried to get collation of gone with the wind by searching gone wthh thes wint on field=gram_ci but didn't

Collations are not using suggestions to build collations

2015-02-17 Thread Nitin Solanki
Hi, I want to build collations using suggestions of the query. But collations are building without using suggestions, they are using its own suggesters*(misspellingsAndCorrections)* and don't know from where these suggestions are coming. You can see the result by seeing below response

Re: spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-17 Thread Nitin Solanki
Any help please? On Tue, Feb 17, 2015 at 4:57 PM, Nitin Solanki nitinml...@gmail.com wrote: Hello Everyone, I got confusion between spellcheck.count and spellcheck.alternativeTermCount in Solr. Any help in details?

Re: spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-17 Thread Nitin Solanki
suggestions when the terms is in the dictionary. James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Tuesday, February 17, 2015 5:27 AM To: solr-user@lucene.apache.org Subject: spellcheck.count v/s spellcheck.alternativeTermCount

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: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
you query: q=gram_ci:gone wthh thes wintwt=jsonindent=trueshards.qt=/spell James Dyer 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

Re: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
, Dyer, James james.d...@ingramcontent.com wrote: Nitin, Can you post the full spellcheck response when you query: q=gram_ci:gone wthh thes wintwt=jsonindent=trueshards.qt=/spell James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml

Sort collation on hits.

2015-02-17 Thread Nitin Solanki
Hi, All I want to sort the collations on hits in descending order. How to do ?

Re: Collations are not working fine.

2015-02-17 Thread Nitin Solanki
=gram_ci:gone wthh thes wintwt=jsonindent=trueshards.qt=/spell James Dyer 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

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: 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?

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

spellcheck.count v/s spellcheck.alternativeTermCount

2015-02-17 Thread Nitin Solanki
Hello Everyone, I got confusion between spellcheck.count and spellcheck.alternativeTermCount in Solr. Any help in details?

Want multiple df field on suggestion component.

2015-01-26 Thread Nitin Solanki
Hi, I have created 2 fields ngram and count. ngram = Stores 1 to 5 grams of words or phrase. count = Stores frequency of each ngram. Applying df field on ngram in Suggestion component. When I get the suggestion of misspell word, word and freq are coming but now I need to use count

Stop word suggestions are coming when I indexed sentence using ShingleFilterFactory

2015-01-27 Thread Nitin Solanki
Hi, I am getting the suggestion of both correct words and misspell words but not getting, stop words suggestions. Why? Even I am not using solr.StopFilterFactory. Schema.xml : *field name=gram type=textSpell indexed=true stored=true required=true multiValued=false/* fieldType

Re: Stop word suggestions are coming when I indexed sentence using ShingleFilterFactory

2015-01-28 Thread Nitin Solanki
tells it to suggest for terms that exist in the index. I take it also you're using shingles to get word-break suggestions? You might have better luck with this using WordBreakSolrSpellchecker instead of shingles. James Dyer Ingram Content Group -Original Message- From: Nitin

Count total frequency of a word in a SOLR index

2015-01-22 Thread Nitin Solanki
I indexed some text_file files in Solr as it is. Applied *StandardTokenizerFactory* and *ShingleFilterFactory* on text_file field *Configuration of Schema.xml structure below :* field name=id type=string indexed=true stored=true required=true multiValued=false / field name=text_file

Re: Count total frequency of a word in a SOLR index

2015-01-23 Thread Nitin Solanki
On Fri, Jan 23, 2015 at 1:53 PM, Mikhail Khludnev mkhlud...@griddynamics.com wrote: https://cwiki.apache.org/confluence/display/solr/Function+Queries totaltermfreq() of you need to sum term freq on docs from resultset? On Fri, Jan 23, 2015 at 10:56 AM, Nitin Solanki nitinml...@gmail.com

Re: Count total frequency of a word in a SOLR index

2015-01-23 Thread Nitin Solanki
by prefix, then the second request can gather totaltermfreqs. On Fri, Jan 23, 2015 at 11:51 AM, Nitin Solanki nitinml...@gmail.com wrote: Thanks Mikhail Khludnev.. I tried this: * http://localhost:8983/solr/collection1/spell?q=gram:%22the%22rows=1fl=totaltermfreq(gram,the) http

Solr ate all Memory and throws -bash: cannot create temp file for here-document: No space left on device on Server

2015-02-02 Thread Nitin Solanki
I have been started *solr* for *long time approx 2 weeks* then I saw that Solr ate around *22 GB* from *28 GB RAM* of my *Server*. Please check explanation of error on http://stackoverflow.com/questions/28273340/solr-ate-all-memory-and-throws-bash-cannot-create-temp-file-for-here-document

Re: Solr ate all Memory and throws -bash: cannot create temp file for here-document: No space left on device on Server

2015-02-02 Thread Nitin Solanki
at 2:10 PM, Toke Eskildsen t...@statsbiblioteket.dk wrote: On Mon, 2015-02-02 at 09:11 +0100, Nitin Solanki wrote: I have been started *solr* for *long time approx 2 weeks* then I saw that Solr ate around *22 GB* from *28 GB RAM* of my *Server*. I am guessing your index is about 20GB? Solr's

Re: Collations are not working fine.

2015-02-09 Thread Nitin Solanki
of solrconfig.xml, schema.xml and also the full query url you are using and the full spellcheck response. James Dyer Ingram Content Group -Original Message- From: Nitin Solanki [mailto:nitinml...@gmail.com] Sent: Monday, February 09, 2015 7:47 AM To: solr-user@lucene.apache.org Subject

Re: Collations are not working fine.

2015-02-09 Thread Nitin Solanki
AM, Nitin Solanki nitinml...@gmail.com wrote: I am working on spell checking in Solr. I have implemented Suggestions and collations in my spell checker component. Most of the time collations work fine but in few case it fails. *Working*: I tried query:*gone wthh thes wnd

Does comparatorClass not work in Shards?

2015-02-09 Thread Nitin Solanki
I want to sort the suggestions on frequency. Default, they are sorting on score. *Working (Single Node):* str name=comparatorClassfreq/str It is working on single node. Suggestions are sorted on frequency. *Not Working (Multiple Nodes):* str name=comparatorClassfreq/str I tried the same property

How hits are calculate in Collations?

2015-02-09 Thread Nitin Solanki
Hi, Please anybody can explain me what is hits in collations and how they are calculated? Sometimes, I get the collation and sometimes not. *Problem:* *1)* URL : http://localhost:8983/solr/wikingram/spell?q=gram_ci:*salmn khn*wt=jsonindent=trueshards.qt=/spellrows=1 Output : No

Collations are not working fine.

2015-02-09 Thread Nitin Solanki
I am working on spell checking in Solr. I have implemented Suggestions and collations in my spell checker component. Most of the time collations work fine but in few case it fails. *Working*: I tried query:*gone wthh thes wnd*: In this wnd doesn't give suggestion wind but collation is coming

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

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

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

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

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

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-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-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: 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: 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-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-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: 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

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: 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: 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: 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: 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:

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...

  1   2   >