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: org.springframework.beans.factory.BeanCreationE

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
Sat, Apr 2, 2016 at 2:21 AM, Shawn Heisey 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 > > boolean and other similar file

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
info/system params={wt=json&_=1459535057440} status=0 QTime=41 Regards, GNT On Sat, Apr 2, 2016 at 12:01 AM, Shawn Heisey wrote: > On 4/1/2016 12:11 PM, Girish Tavag wrote: > > I copied schema.xml from solr-5.5.0\example\example-DIH\solr\db\conf\ > > to \solr-5.5.0\server\

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 wrote: > Hi Jack, > > I copied schema.xml from solr-5.5.

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

2016-04-01 Thread Girish Tavag
file did you copy? Please give the specific directory. > > -- Jack Krupansky > > On Thu, Mar 31, 2016 at 3:24 PM, Girish Tavag > wrote: > > > Hi Binoy, > > > > I copied the entire file schema.xml from the working example provided by > > solr itself. Solr

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

2016-03-31 Thread Girish Tavag
his 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, wrote: > > > Hi, > > > > I a

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 business

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

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

"SELECT" on a Rich Document to download/display content

2010-07-25 Thread Girish Pandit
server = new CommonsHttpSolrServer("http://localhost:8983/solr";); ContentStreamUpdateRequest req = new ContentStreamUpdateRequest("/update/extract"); req.addFile(new File("/Users/Girish/Development/Web Server/apache-solr-1.4.1/example/exampledocs/Mg

how to Protect data

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

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 shou

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

2010-07-17 Thread Girish
e 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 > wrote: > > > Hi, > > As soon a

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=girish&start=0&indent=on&wt=json&sort=first+desc I have close to 1 millio

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

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 wrote: > On Fri, Nov 27, 2009 at 9:30 AM, Girish Rede

Solr CPU usage

2009-11-27 Thread Girish Redekar
more* of the CPU when I'm 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.

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

2009-11-23 Thread Girish Redekar
words. 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

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

2009-11-22 Thread Girish Redekar
0? Cheers, Girish Redekar http://girishredekar.net On Sun, Nov 22, 2009 at 2:02 AM, Erick Erickson wrote: > 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 boosts, payloads, and long query strings

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