.
Any help is appreciated.
Thanks and Regards
Girish B Chandrasekhar
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
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
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
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
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.
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\
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.
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
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
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
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!
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
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.
. 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
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
data encoding to
not even see any text raw data.
-Girish
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
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
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
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
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
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.
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
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
>
is bit is
vague)
Any help with this will be great !
Girish Redekar
http://girishredekar.net
26 matches
Mail list logo