How to configure "setExcludeCipherSuites" for org.eclipse.jetty.util.ssl.SslContextFactory$Client

2020-08-28 Thread Girish B C
. Any help is appreciated. Thanks and Regards Girish B Chandrasekhar

Re: Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread girish
Thanks Shawn, it worked like charm removing the solr-common dependency. As part of one the sample tutorial I referred for integrating with the application it had the jar. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Bad type on operand stack: SolrInputDocument not assignable to SolrDocumentBase

2019-01-27 Thread girish
I have been facing the below issue since yesterday, I get this error when starting spring boot application using version 2.1.1 release and apache solr-common 1.3.0. If anyone else has faced this issue please help me out. Thanks in Advance. Caused by:

How to unload solr collections?

2016-10-13 Thread Girish Chafle
We are using Solr 5.2.1 with SolrJ API. To improve/minimize the Solr heap utilization we would like to explicitly unload Solr collections after completing the search queries.Is there an API to unload Solr Collections for SolrCloud? The real issue we are trying to solve is Solr running into out of

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
On Sat, Apr 2, 2016 at 2:21 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 4/1/2016 1:24 PM, Girish Tavag wrote: > > Finally i'm able to figure out the problem. The issue was in > > solrconfig.xml where the booleans was defined. I replaced booleans with > > boole

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Hi Shawn, Finally i'm able to figure out the problem. The issue was in solrconfig.xml where the booleans was defined. I replaced booleans with boolean and other similar fileds and it worked correctly :) Regards, GNT.

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Hi Shawn, Thank you for responding and informing me about the attachments. Here is the log file details.. 016-04-01 18:24:08.191 INFO (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CachingDirectoryFactory looking to close solr-5.5.0\server\solr\myDatabase\data\index

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
Here is the error message "*myDatabase:* org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema" On Fri, Apr 1, 2016 at 11:41 PM, Girish Tavag <send2mymail...@gmail.com> wrote: > Hi Jack, > > I copied s

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-04-01 Thread Girish Tavag
wrote: > Exactly which file did you copy? Please give the specific directory. > > -- Jack Krupansky > > On Thu, Mar 31, 2016 at 3:24 PM, Girish Tavag <send2mymail...@gmail.com> > wrote: > > > Hi Binoy, > > > > I copied the entire file schema.xml from th

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-03-31 Thread Girish Tavag
ith this can be found here: > > https://cwiki.apache.org/confluence/display/solr/Documents,+Fields,+and+Schema+Design > > I higly recommend that you go through the documentation before starting. > > On Fri, 1 Apr 2016, 00:34 Girish Tavag, <send2mymail...@gmail.com> wrote:

Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-03-31 Thread Girish Tavag
Hi, I am new to solr, I started using this only from today, when I wanted to create dih, i'm getting the below error. SolrException: fieldType 'booleans' not found in the schema What does this mean? and How to resolve this. Regards, GNT

Solr integration with Oracle Coherence caching

2011-06-24 Thread Girish
is it possible? if so then how? any steps would be good! By the way I have Java version of both available for integration, just need to push the plug in!

how are you using Solr?

2010-09-26 Thread Girish Pandit
I am trying to understand the width of its usage! I am from Finance and I am using for content/material search, initially we were storing these in the database but we had performance issues with the search. so later on we moved to Solr. How about you? why did you choose Solr and what

DIH - Insert another record After first load

2010-08-11 Thread Girish
. I have a Java bean loaded with the data including the index column. * I looked at the indexed file and it is all encoded. 3. How do I load above loaded Java bean to the index? An example would really help. Thanks Girish

Re: DIH transformer script size limitations with Jetty?

2010-08-11 Thread Girish Pandit
Have you tried changing the -Xmx value to bump to -Xmx1300m? I had some problem with DIH loading the data and when I bumped the memory everything worked fine! harrysmith wrote: To follow up on my own question, it appears this is only an issue when using the DataImport console debugging

how to Protect data

2010-07-25 Thread Girish Pandit
of data encoding to not even see any text raw data. -Girish

SELECT on a Rich Document to download/display content

2010-07-25 Thread Girish Pandit
SolrCellRequestDemo() throws IOException, SolrServerException { SolrServer server = new CommonsHttpSolrServer(http://localhost:8983/solr;); ContentStreamUpdateRequest req = new ContentStreamUpdateRequest(/update/extract); req.addFile(new File(/Users/Girish/Development/Web

Re: how to change the default path of Solr Tomcat

2010-07-21 Thread Girish Pandit
it seems like you are using Default server (Jetty with port 8983), also it looks like you are trying to run it with command java -jar start.jar if so then under same directory there is another directory called webapps go in there, rename solr.war to search.war bounce server and you should be

Re: HTTP ERROR: 500 - java.lang.ArrayIndexOutOfBoundsException

2010-07-17 Thread Girish
that 'field' has multiValued='false' in the field declaration. If this is the problem, you will have to fix your data and re-index. Is 'field' an analyzed text field? Then sorting definitely will not work. On Fri, Jul 16, 2010 at 6:54 PM, Girish Pandit pandit.gir...@gmail.com pandit.gir...@gmail.com

HTTP ERROR: 500 - java.lang.ArrayIndexOutOfBoundsException

2010-07-16 Thread Girish Pandit
Hi, As soon as I add sort=first+desc parameter to the select clause, it throws ArrayIndexOutOfBound exception. Please suggest if I am missing anything. http://localhost:8983/solr/select?q=girishstart=0indent=onwt=jsonsort=first+desc I have close to 1 million records indexed. Thanks Girish

Query time boosting with dismax

2009-12-04 Thread Girish Redekar
Hi, Is it possible to weigh specific query terms with a Dismax query parser? Is it possible to write queries of the sort ... field1:(term1)^2.0 + (term2^3.0) with dismax? Thanks, Girish Redekar http://girishredekar.net

Solr CPU usage

2009-11-27 Thread Girish Redekar
requesting *fewer* docs. Consequently, its performance in returning a larger result set is very bad 3) To counter 1, is there a way to make two Solr instances search on the same index (so that concurrent requests are served faster) Any help in this regard would be very useful. Thanks ! Girish Redekar http

Re: Solr CPU usage

2009-11-27 Thread Girish Redekar
Yonik, Am running both my server and client on ubuntu machines. The client is on a different box. The server CPU and RAM are both well below 50%. Girish Redekar http://girishredekar.net On Fri, Nov 27, 2009 at 10:07 PM, Yonik Seeley yo...@lucidimagination.comwrote: On Fri, Nov 27, 2009 at 9

Re: Index time boosts, payloads, and long query strings

2009-11-23 Thread Girish Redekar
. Index time boosts will determine boost for a *document* if it is counted as a hit. Query time boosts give you control on boosting the occurrence of a query in a specific field. Please correct me if I'm wrong (again) :-) Girish Redekar http://girishredekar.net On Sun, Nov 22, 2009 at 8:25 PM, Erick

Re: Index time boosts, payloads, and long query strings

2009-11-22 Thread Girish Redekar
, Girish Redekar http://girishredekar.net On Sun, Nov 22, 2009 at 2:02 AM, Erick Erickson erickerick...@gmail.comwrote: I'll take a whack at index .vs. query boosting. They are expressing very different concepts. Let's claim we're interested in boosting the title field Index time boosting

Index time boosts, payloads, and long query strings

2009-11-20 Thread Girish Redekar
) Any help with this will be great ! Girish Redekar http://girishredekar.net