Querying while Indexing

2014-05-30 Thread Sohan Kalsariya
​Hi all: I'm using solr 4.7.1 While indexing my data on solr, I am not able to get query results on solr. So how can I get query results while indexing the data on the solr?

Re: Solr Not Searching while INDEXING the DATA

2014-05-06 Thread Sohan Kalsariya
I solved the problem by increasing the RAM to 2GB. Thanks a lot. On Tue, May 6, 2014 at 11:32 AM, Sohan Kalsariya wrote: > Thanks a lot Shawn for the help! > we have given dedicated server to the solr and the RAM size is 650 MB. > ​This didn't​ happen when I was doing it locally.

Re: Solr Not Searching while INDEXING the DATA

2014-05-05 Thread Sohan Kalsariya
earch the QUERY while INDEXING. On Mon, May 5, 2014 at 8:59 PM, Shawn Heisey wrote: > On 5/5/2014 5:39 AM, Sohan Kalsariya wrote: > > I am not able to search for the data while indexing. > > Indexing is done via the dataimport handler. > > While searching for the documen

Solr Not Searching while INDEXING the DATA

2014-05-05 Thread Sohan Kalsariya
something? Help me! -- Regards, *Sohan Kalsariya*

How to Add a New core

2014-05-01 Thread Sohan Kalsariya
ntry in solr.xml file? ${host:} ${jetty.port:8983} ${hostContext:solr} ${zkClientTimeout:15000} ${genericCoreNodeNames:true} ${socketTimeout:0} ${connTimeout:0} What to add in this file to register the new core? Please guide me. -- Regards, *S

Re: How are you handling "killer queries" with solr?

2014-04-09 Thread Sohan Kalsariya
200 threads and > queue the requests instead? Or even lower the

Re: How are you handling "killer queries" with solr?

2014-04-08 Thread Sohan Kalsariya
I am using the Jetty that comes with the solr. And I am not using any third party plugins or patches. BTW what kinda error is this ? Is this related to memory issue or what make me understand please. On Tue, Apr 8, 2014 at 9:25 PM, Shawn Heisey wrote: > On 4/8/2014 3:17 AM, Sohan Kalsar

How are you handling "killer queries" with solr?

2014-04-08 Thread Sohan Kalsariya
org.eclipse.jetty.servlet.ServletHandler - /solr/quickSearch/select java.lang.IllegalStateException: Committed Can anyone please give me answer? -- Regards, *Sohan Kalsariya*

Semantic search with python numpy and Solr

2014-03-24 Thread Sohan Kalsariya
one search : "music events in new york", then it should also give results like "dj night in new york", "concerts in new york " and other related results. Is it possible? Can anyone here please guide me or suggest me some material or example of semantic search from

how to generate json response from the php solarium ?

2014-03-24 Thread Sohan Kalsariya
How can i get the json response from solr ? I mean how can i get response of the searched results in json format and print it in solarium php code ? -- Regards, *Sohan Kalsariya*

AutoSuggest like Google in Solr using Solarium Client.

2014-03-17 Thread Sohan Kalsariya
Can anyone suggest me the best practices how to do SpellCheck and AutoSuggest in solarium. Can anyone give me example for that? -- Regards, *Sohan Kalsariya*

Re: How to apply Semantic Search in Solr

2014-03-10 Thread Sohan Kalsariya
nym-not-working > > So how much effort you put into supporting this feature would be dictated > by how important it is to your environment - that is a question only you > can answer. > > -sujit > > > > On Sun, Mar 9, 2014 at 11:26 PM, Sohan Kalsariya > wrote: > > >

Re: How to apply Semantic Search in Solr

2014-03-09 Thread Sohan Kalsariya
e use). At query time > expand the query to include related concepts and search. > > -sujit > > On Sat, Mar 8, 2014 at 8:21 AM, Sohan Kalsariya >wrote: > > > Basically, when i searched it on Google I got this result : > > > > > > > http://www.o

Re: How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
Anonymous - via GTD > book) > > > On Sat, Mar 8, 2014 at 4:27 PM, Sohan Kalsariya > wrote: > > Hello, > > > > I am working on an event listing and promotions website( > > http://allevents.in) and I want to apply semantic search on solr. > > For e

How to apply Semantic Search in Solr

2014-03-08 Thread Sohan Kalsariya
rts Events * Classical Music Event I mean all results should be Semantic to the Search_Query it should not give the results only based on "tf-idf". So can you please make me understand how do i proceed to apply Semantic Search in Solr. ( allevents.in) -- Regards, *Sohan Kalsariya*

Exact word match

2014-02-14 Thread Sohan Kalsariya
Hello, I want to the exact results for my query. For e.g. when i search "New york" , then it doesn't give me exact results about New York But it also give me results like: New York New Delhi And other cities starting from "New" So how can i get only results for "Ne

Re: geofilt customization

2014-02-06 Thread Sohan Kalsariya
Thank you. On Thu, Feb 6, 2014 at 6:38 PM, Yonik Seeley wrote: > On Thu, Feb 6, 2014 at 5:13 AM, Sohan Kalsariya > wrote: > > So in short i want to ask that Is it possible not to define the > `distance` > > parameter ? So I can get my desired results? > > No

Re: geofilt customization

2014-02-06 Thread Sohan Kalsariya
ossman/#xyproblem > XY Problem > > Your question appears to be an "XY Problem" ... that is: you are dealing > with "X", you are assuming "Y" will help you, and you are asking about "Y" > without giving more details about the "X" so that we can understand the > full issue. Perhaps the best solution doesn't involve "Y" at all? > See Also: http://www.perlmonks.org/index.pl?node_id=542341 > > > > -Hoss > http://www.lucidworks.com/ > -- Regards, *Sohan Kalsariya*

geofilt customization

2014-02-05 Thread Sohan Kalsariya
I am using geofilt() to filter my results according to my location. Now I don't want to filter the results by the last parameter. i.e.=> I don't need the last - distance parameter. that means i want results from all over the world. How should i get it? Regards, *Sohan Kalsariya*