How to clear the Collection Creation failed errors?

2016-12-19 Thread srinalluri
I tried to create two collections but failed due to some known reasons. I want to clear the errors which you see the attached screenshot. Please see the screenshot. As the collections failed to create, there is no point to delete the collection.

full-import failed after 5 hours with Exception: ORA-01555: snapshot too old: rollback segment number with name "" too small ORA-22924: snapshot too old

2013-06-27 Thread srinalluri
Hello, I am using Solr 4.3.2 and Oracle DB. The sub entity is using CachedSqlEntityProcessor. The dataSource is having batchSize="500". The full-import is failed with 'ORA-01555: snapshot too old: rollback segment number with name "" too small ORA-22924: snapshot too old' Exception after 5 hours.

RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor

2013-06-12 Thread srinalluri
I have solved this problem and able work with CachedSqlEntityProcessor successfully after a very long struggle. I tried this on 4.2. There are still existing bugs it seems: 1. What ever you mention in cacheKey, that field name must in the select statement explicitly. 2. If I am correct, the fiel

Re: HTTP Status 503 - Server is shutting down

2013-06-04 Thread srinalluri
Thanks Shawn for this help. After coping the log4j.properties file from example/resources/ to tomcat lib and changing the log file path, the logs are getting generated. thanks Srini -- View this message in context: http://lucene.472066.n3.nabble.com/HTTP-Status-503-Server-is-shutting-down-tp40

Re: HTTP Status 503 - Server is shutting down

2013-05-24 Thread srinalluri
the following files are at /apps/tomcat/solr4new/lib: ./annotations-api.jar ./tomcat-jdbc.jar ./slf4j-log4j12-1.6.6.jar ./tomcat-dbcp.jar ./catalina-tribes.jar ./tomcat-i18n-fr.jar ./catalina.jar ./jasper.jar ./el-api.jar ./tomcat-api.jar ./jsp-api.jar ./slf4j-api-1.6.6.jar ./tomcat-i18n-es.jar ./t

Re: HTTP Status 503 - Server is shutting down

2013-05-24 Thread srinalluri
I am using Solr 4.3.0. I have already copied solr4j*.jar files and log4j far file to tomcat lib, and restarted the tomcat. Before copy these jar files, I got 404 error. Now I am getting this 503 error for host:18080/solr4new/ I don't have zookeeper. Is zookeeper must in order to work on solr 4.3.

HTTP Status 503 - Server is shutting down

2013-05-24 Thread srinalluri
Hi, I am unable to setup solr4. I am getting this error: HTTP Status 503 - Server is shutting down. I don't see anything in tomcat logs. conf/Catalina/localhost\solr4new.xml: /apps/solr1/solr4new/: |-- bin |-- collection1 | |-- conf | | |-- lang | | |-- velocity | | `-- xslt

RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor

2013-04-30 Thread srinalluri
Thanks James for your reply. I have updated to 3.6.2. Now the NullPointerException is gone. But the entities with CachedSqlEntityProcessor don't add anything to solr. And entities without CachedSqlEntityProcessor, are working fine. Why entities with CachedSqlEntityProcessor don't do anything? Wh

java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor

2013-04-29 Thread srinalluri
I am in Solr 3.6.1. The following entity gives java.lang.NullPointerException. How to debug this? Here I am usingCachedSqlEntityProcessor. Here is the e

full-import takes 4 days(48 hours) to complete where main db table size 700k only

2013-04-24 Thread srinalluri
Hi, Environment is Solr 3.6.1. The database is having enough indexes. The box is having enough memory. The DB is performance is good. Auto commit is enabled for every 1 minute. Please see the following entity. The full-import of this entity is taking over 48 hours to complete on production enviro

Solr 4:How to call a updateRequestProcessorChain during the /dataimport?

2012-11-16 Thread srinalluri
I have a new updateRequestProcessorChain called 'bodychain'. (Please note CountFieldValuesUpdateProcessorFactory is new in Solr 4). I want to call this bodychain during the dataimport. body body_count body_count

Re: Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-19 Thread srinalluri
Thanks Chris for your reply. I really need some help here. 1) If I put the apache-solr-dataimporthandler-*.jar files in solr/lib folder, the jar files are loading. I see that in the tomcat logs. But in the end it says 'ClassNotFoundException DataImportHandler'. 2) So If I remove apache-solr-datai

Re: Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-18 Thread srinalluri
Thanks for your reply. Actually ClassNotFoundException is in tomcat logs. In 3.6, I don't put these jars in tomcat lib. In 4.0, should I put these jars in tomcat lib? thanks srini -- View this message in context: http://lucene.472066.n3.nabble.com/Sorl-4-0-ClassNotFoundException-DataImportHand

Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-17 Thread srinalluri
I have the following line in solrconfig.xml. And I have all the dist jar files in dist folder. I restarted the tomcat, why I am still getting this error: java.lang.ClassNotFoundException: org.apache.solr.handler.dataimport.DataImportHandler thanks Srini -- View this message in context: htt

404 error for http://host:port/solr1-newmaster/dataimport

2012-10-17 Thread srinalluri
Hi I am new to Solr 4.0, I am familiar with solr 3.6. I have set solr 4.0. I am getting 'There are no SolrCores running. ' message for http://host:port/solr1-newmaster/ URL. What does it mean, what should I do? I am getting 404 error for this : /solr1-newmaster/dataimport Does it mean it is no

Dismax parser. Where can I add field:value to the query?

2012-10-03 Thread srinalluri
If I use dismax parser in the query, I knew I can't give field:value to the q. The following query works fine. /select/?defType=dismax&pf=title^2&q="obama%20budget"&qf=title But I want these results when content_type:video only. Where can I add content_type:video in the query, so that I can give

Re: How to boost date field while boosting a text field?

2012-09-25 Thread srinalluri
Thanks Hoss for your reply. I already seen that Solr wiki, but I am unable to merge that solution with my query. The example in the wiki gave to search for one string. I tried this, but the date is not sorted order, why? ?q={!boost b=recip(ms(NOW,date),3.16e-11,1,1)}ipad&fl=date How to merge '

How to boost date field while boosting a text field?

2012-09-21 Thread srinalluri
The following is the working query with more weight to title. I am using default parser. But the published_date of the results of this query is not in order. I want date is in order. ?q=content_type:video AND (title:("obama budget")^2 OR export_headline:("obama budget"))&fl=title,score,export_head

What are the available parameters in field tag in schema.xml, and data-config.xml ?

2012-08-24 Thread srinalluri
I want to know XSD of schema.xml and data-config.xml. Basically I want to know available parameters in field tag in schema.xml, and data-config.xml. For example, in schema.xml, field tag is having a parameter called 'default', what else are available? For example, in data-config.xml, field tag is

search is slow for URL fields of type String.

2012-08-22 Thread srinalluri
This is string fieldType: These are the filelds using 'string' fieldType: And this the sample query: /select/?q=url:http\://www.foxbusiness.com/personal-finance/2012/08/10/social-change-coming-from-gas-prices-to-rent-prices-and-beyond/ AND image_url:* Each query like this taking aro

Re: Solr 3.6.1: query performance is slow when asterisk is in the query

2012-08-21 Thread srinalluri
Thanks Jack for your reply. I don't have much documents which have a null field value. I added ReversedWildcardFilterFactory to test the performance improvement only, but that didn't help. What else changes I can do to the fieldType? thanks Srini -- View this message in context: http://luce

Solr 3.6.1: query performance is slow when asterisk is in the query

2012-08-21 Thread srinalluri
Our environment is Solr 3.6.1. I have the following fieldType. There is a field called 'body' of this fieldType. When I make a query: q=body:*, it is talking longer than the expected. What are the changes I need to do to this fieldType for better query performance? Some other fieldTypes in our sche