Collapse & Expand

2015-08-21 Thread Kiran Sai Veerubhotla
how can i use collapse & expand on the docValues with json facet api?

Re: caches with faceting

2015-08-21 Thread Kiran Sai Veerubhotla
thank you Yonik On Fri, Aug 21, 2015 at 12:43 PM, Yonik Seeley wrote: > On Thu, Aug 20, 2015 at 3:46 PM, Kiran Sai Veerubhotla > wrote: > > i have used json facet api and noticed that its relying heavily on filter > > cache. > > Yes. The root domain (the set of docum

Re: caches with faceting

2015-08-21 Thread Kiran Sai Veerubhotla
Kindly help on this On Thu, Aug 20, 2015 at 2:46 PM, Kiran Sai Veerubhotla wrote: > i have used json facet api and noticed that its relying heavily on filter > cache. > > index is optimized and all my fields are with docValues='true' and the > number of documents a

caches with faceting

2015-08-20 Thread Kiran Sai Veerubhotla
i have used json facet api and noticed that its relying heavily on filter cache. index is optimized and all my fields are with docValues='true' and the number of documents are 2.6 million and always faceting on almost all the documents with 'fq' the size of documentCache and queryResultCache are

joins

2015-08-13 Thread Kiran Sai Veerubhotla
does solr support joins? we have a use case where two collections have to be joined and the join has to be on the faceted results of the two collections. is this possible?

Solr cloud clusterstate.json update query ?

2015-05-05 Thread Sai Sreenivas K
host entries still exist in the clusterstate.json marked as active state. Though live_nodes has the correct information. Who updates clusterstate.json if the node goes down in an ungraceful fashion without notifying its down state ? Thanks, Sai Sreenivas K

Boost function for custom sorting.

2014-10-01 Thread sai suman
1'. I was wondering if it was possible to write a boost function for such a requirement. Thanks in advance! Sai

Re: Solr 4.5.1 replication Bug? "Illegal to have multiple roots (start tag in epilog?)."

2013-10-29 Thread Sai Gadde
I just opened a JIRA issue https://issues.apache.org/jira/browse/SOLR-5402 SOLR-5331 was closed and i could not open it again so, created a new one. Thanks Sai On Wed, Oct 30, 2013 at 5:49 AM, Mark Miller wrote: > Has someone filed a JIRA issue with the current known info yet? > &g

Re: Solr 4.5.1 replication Bug? "Illegal to have multiple roots (start tag in epilog?)."

2013-10-28 Thread Sai Gadde
will stay with 4.4.0 for sometime. Regards Sai On Tue, Oct 29, 2013 at 4:36 AM, Michael Tracey wrote: > Hey, this is Michael, who was having the exact error on the Jetty side > with an update. I've upgraded jetty from the 4.5.1 embedded version (in > the example directory) to

Solr 4.5.1 replication Bug? "Illegal to have multiple roots (start tag in epilog?)."

2013-10-28 Thread Sai Gadde
bug? Looks like it is a common error as it affects cloud setup and there must a workaround but we cannot figure it out. Any help appreciated. Thanks in advance Sai

Re: Solr 4.5.1 and Illegal to have multiple roots (start tag in epilog?). (perhaps SOLR-4327 bug?)

2013-10-25 Thread Sai Gadde
We were trying to migrate to 4.5 from 4.0 and faced similar issue as well. I saw the ticket raised by Chris and tried setting formdataUploadLimitInKB to a higher value and which did not resolve this issue. We use Solr 4.0.0 currently and no additional container settings are required. But it is ver

Re: Tweaking boosts for more search results variety

2013-09-10 Thread Sai Gadde
Perfect. This is exactly what we need! I wish there is an option for plugin (or) if there is some feature like this in mainstream Solr release. Still this is a great resource for us. Thanks Marc for pointing to very useful information. Thanks all for the help. On Tue, Sep 10, 2013 at 5:30 PM

Re: Tweaking boosts for more search results variety

2013-09-08 Thread Sai Gadde
boost still in place. Thanks in advance On Sun, Sep 8, 2013 at 6:36 AM, Furkan KAMACI wrote: > What do you mean with "*these limitations" *Do you want to make multiple > grouping at same time? > > > 2013/9/6 Sai Gadde > > > Thank you Jack for the suggestion.

Re: Tweaking boosts for more search results variety

2013-09-06 Thread Sai Gadde
gt; http://wiki.apache.org/solr/**FieldCollapsing<http://wiki.apache.org/solr/FieldCollapsing> > https://cwiki.apache.org/**confluence/display/solr/**Result+Grouping<https://cwiki.apache.org/confluence/display/solr/Result+Grouping> > > -- Jack Krupansky > > -Original M

Tweaking boosts for more search results variety

2013-09-04 Thread Sai Gadde
Our index is aggregated content from various sites on the web. We want good user experience by showing multiple sites in the search results. In our setup we are seeing most of the results from same site on the top. Here is some information regarding queries and schema site - String

Re: Large transaction logs

2013-01-10 Thread Sai Gadde
Thanks for the Info . I was thinking that autocommit will be propagated through the cloud like the explicit commit command. If it is not logged into tlogs as mentioned we can just set autocommit and forget about it. Thanks Shyam On Thu, Jan 10, 2013 at 8:15 PM, Tomás Fernández Löbbe < tomasflo..

Re: Solr Cloud index refreshes after restart

2013-01-06 Thread Sai Gadde
ed now). > > Why do you want to force a full replication? If you have > a suspicious replica, just shut it down and delete it's index > directory and start it up back up again perhaps? > > Best > Erick > > > On Sat, Jan 5, 2013 at 1:33 AM, Sai Gadde wrote: > >

Re: Solr Cloud index refreshes after restart

2013-01-04 Thread Sai Gadde
as you describe. Also, > there have been a lot of changes since 4.0, if you have the bandwidth you > might > try with a current build. > > Best > Erick > > > On Fri, Jan 4, 2013 at 2:02 AM, Sai Gadde wrote: > > > I have a single collection and shard in my Sol

Re: Jetty rerturning HTTP error code 413

2012-05-22 Thread Sai
Hi Alexandre, Can you please let me know how did you fix this issue. I am also getting this error when I pass very large query to Solr. An reply is highly appreciated. Thanks, Sai

Index content behind siteminder

2011-05-24 Thread Thumuluri, Sai
Good morning, I am trying to index some PDFs which are protected by siteminder, any ideas as to how I can go about it? I am using Solr 1.4

RE: Solr under Tomcat

2011-03-02 Thread Thumuluri, Sai
Thank you - I found it. -Original Message- From: rajini maski [mailto:rajinima...@gmail.com] Sent: Thursday, March 03, 2011 12:03 AM To: solr-user@lucene.apache.org Subject: Re: Solr under Tomcat Sai, The index directory will be in your Solr_home//Conf//data directory.. The path

Solr under Tomcat

2011-03-02 Thread Thumuluri, Sai
it would help for me to stop solr, delete index directory and restart solr prior to re-indexing the content. Thanks, Sai Thumuluri

RE: [ANNOUNCE] Web Crawler

2011-03-02 Thread Thumuluri, Sai
Dominique, Does your crawler support NTLM2 authentication? We have content under SiteMinder which uses NTLM2 and that is posing challenges with Nutch? -Original Message- From: Dominique Bejean [mailto:dominique.bej...@eolya.fr] Sent: Wednesday, March 02, 2011 6:22 AM To: solr-user@lucene

RE: Solr multi cores or not

2011-02-18 Thread Thumuluri, Sai
depends on your data structure. Hope this helps, Marc. On Wed, Feb 16, 2011 at 9:45 PM, Thumuluri, Sai < sai.thumul...@verizonwireless.com> wrote: > Hi, > > I have a need to index multiple applications using Solr, I also have the > need to share indexes or run a search qu

RE: Solr multi cores or not

2011-02-17 Thread Thumuluri, Sai
selectively query across the applications. -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Wednesday, February 16, 2011 6:25 PM To: solr-user@lucene.apache.org Cc: Thumuluri, Sai Subject: Re: Solr multi cores or not Hi, That depends (as usual) on your scenario

Solr multi cores or not

2011-02-16 Thread Thumuluri, Sai
? Thanks, Sai Thumuluri

RE: Solr suggestions

2011-02-11 Thread Thumuluri, Sai
ns and the calls you're making to get spelling suggestions. Best Erick On Fri, Feb 11, 2011 at 8:55 AM, Thumuluri, Sai wrote: > Good Morning, > I have implemented Solr 1.4.1 in our UAT environment and I get weird > suggestions for any misspellings. For instance when I search for >

Solr suggestions

2011-02-11 Thread Thumuluri, Sai
/nextgen-uat.sdc.vzwcorp.com/search/apachesolr_search/cabinet%20a barc%20pindeks> ". How can I get more meaningful suggestions? Any help is greatly appreciated. Thanks, Sai Thumuluri

Index MS office

2011-02-02 Thread Thumuluri, Sai
Good Morning, I am planning to get started on indexing MS office using ApacheSolr - can someone please direct me where I should start? Thanks, Sai Thumuluri

RE: Does edismax support wildcard queries?

2010-11-18 Thread Thumuluri, Sai
It does support wildcard queries - we are using that feature from edismax -Original Message- From: Swapnonil Mukherjee [mailto:swapnonil.mukher...@gettyimages.com] Sent: Thursday, November 18, 2010 1:39 AM To: solr-user@lucene.apache.org Subject: Does edismax support wildcard queries? Hi

RE: Looking for help with Solr implementation

2010-11-13 Thread Thumuluri, Sai
Please refrain using this mailing group for soliciting and take it offline -Original Message- From: AC [mailto:acanuc...@yahoo.com] Sent: Sat 11/13/2010 1:12 AM To: solr-user@lucene.apache.org Subject: Re: Looking for help with Solr implementation Hey Jean-Sebastien, Thanks for the rep

RE: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Thumuluri, Sai
Can I please get some help here? I am in a tight timeline to get this done - any ideas/suggestions would be greatly appreciated. -Original Message- From: Thumuluri, Sai [mailto:sai.thumul...@verizonwireless.com] Sent: Tuesday, September 28, 2010 12:15 PM To: solr-user@lucene.apache.org

RE: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Thumuluri, Sai
requestHandler when you do this? Or are you specifying two requestHandler's with default="true" ? -L On Tue, Sep 28, 2010 at 11:14 AM, Thumuluri, Sai < sai.thumul...@verizonwireless.com> wrote: > Hi, > > I am using Solr 1.4.1 with Nutch to index some of our intrane

Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Thumuluri, Sai
S WORKS explicit Please let me know what I am doing wrong here. Sai Thumuluri Sr. Member - Application Staff IT Intranet & Knoweldge Mgmt. Systems 614 560-8041 (Desk) 614 327-7200 (Mobile)

RE: get-colt

2010-08-05 Thread Sai . Thumuluri
solr-1.4.0/contrib/clustering/build.xml:79: java.net.ConnectException: Connection timed out Any help is greatly appreciated? Sai Thumuluri

RE: get-colt

2010-08-05 Thread Sai . Thumuluri
olr/apache-solr-1.4.0/contrib/clustering/build.xml:79: java.net.ConnectException: Connection timed out Any help is greatly appreciated? Sai Thumuluri

get-colt

2010-08-05 Thread Sai . Thumuluri
solr-1.4.0/contrib/clustering/build.xml:79: java.net.ConnectException: Connection timed out Any help is greatly appreciated? Sai Thumuluri

Spellcheck and Solrconfig

2010-06-10 Thread Sai . Thumuluri
by default Secondly - if we add spellcheck in tag - will spellcheck be enabled? We are using basic Solr and Drupal configurations - only now - we are looking at tweaking solrconfig and schema files. Any help is greatly appreciated. Thanks, Sai dismax explicit 0.01

Rebuild an index

2010-05-28 Thread Sai . Thumuluri
Master? We use Solr 1.3. Thanks, Sai Thumuluri My Master solrconfig.xml is startup commit commit schema.xml,synonyms.txt,stopwords.txt,elevate.xml And my slave solrconfig.xml http://masterURL:8080/solr/replication 01:00:00

RE: Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
Thank you Erik, I will follow this route Sai Thumuluri -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Monday, May 17, 2010 10:22 AM To: solr-user@lucene.apache.org Subject: Re: Direct hits using Solr Sai - this seems to be best built into your application

RE: Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
me to elevate a particular URL. Sai Thumuluri -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Monday, May 17, 2010 6:12 AM To: solr-user@lucene.apache.org Subject: Re: Direct hits using Solr > We have a need that > search engine return a specific URL

Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
index contents of that site. any help towards feasibility of this issue is greatly appreciated Thanks, Sai Thumuluri

Reg: Indexing Date Fields

2010-04-15 Thread Venkata Sai Krishna Vepakomma
Hi, 1) How do I query for Data between 2 date ranges. I have specified the following field definition in Schema.xml. I have long values for Date fields. When I query with long values, I am always getting all the results. 2) For indexing to be working efficiently and for querying between