Want to learn solr development

2011-04-08 Thread Deepak Singh
hi

I want to learn solr development.

i have used solr 1.4.1 with full text search of pdf and doc files and
database search using multicore feature of solr.
i want do development of solr. how to start it. please help.


HTTP ERROR: 400

2011-03-31 Thread Deepak Singh
Getting error messge while indexing file

HTTP ERROR: 400
ERROR:unknown field 'trapped'


Search in both database and documents

2011-03-28 Thread Deepak Singh
i just to do a search in both database and documents(pdf,doc etc).
how to make schema for both database and documents fields.
i m unable to do.


how to update one field of document

2011-03-28 Thread Deepak Singh
how to update fields of existing document through http or curl methods.


SOLR search in the Documents and Database

2011-03-25 Thread Deepak Singh
Hi

I have a issue where i get stuck how to do indexing and search in
documents(like pdf, doc) and database fields.
If search either database or documents its works.


Solr search in database and documents

2011-03-25 Thread Deepak Singh
I m new in apache solr search engine.
How to implement indexing and search in both documents and database

thanks.


Solr Exception

2011-03-09 Thread Deepak Singh
Hi

While indexing document(doc, docx, pdf) i m getting exception 500 and 400


Re: Solr Exception

2011-03-09 Thread Deepak Singh
*HTTP ERROR :500 (INTERNAL SERVER ERROR)*

*For DOC files:*
org.apache.tika.exception.
TikaException :
-Unexpected RuntimeException from
org.apache.tika.parser.microsoft.OfficeParser@1248f2
Caused by: org.apache.poi.hpsf.IllegalPropertySetDataException: The property
set claims to have a size of 16 bytes. However, it exceeds 16 bytes.

-TIKA-198: Illegal IOException from
org.apache.tika.parser.microsoft.OfficeParser@1248f2
Caused by: java.io.IOException: block[ 0 ] already removed - does your POIFS
have circular or duplicate block references?


*For PDF files:*
org.apache.tika.exception.TikaException :
-Unexpected RuntimeException from org.apache.tika.parser.Pdfparser@1b4cd65
Caused by: java.lang.ClassCastException: org.pdfbox.cos.COSArray cannot be
cast to org.pdfbox.cos.COSDictionar
Caused by: java.lang.NullPointerException


-Unable to extract PDF content

*HTTP ERROR:400 (BAD REQUEST)*
-This error come when some fields are missing
ERROR:unknown field 'language' (Ex:content_status, description,version)


On Wed, Mar 9, 2011 at 4:19 PM, Gora Mohanty g...@mimirtech.com wrote:

 Hi,

 This is probably better directed to the user list. Also, please provide
 details of the exceptions from your log files.

 Regards,
 Gora



Re: Solr Exception

2011-03-09 Thread Deepak Singh
oh, thanks for the better solution.

On Wed, Mar 9, 2011 at 4:36 PM, Uwe Schindler u...@thetaphi.de wrote:

 Hi,



 These are all bugs in Apache TIKA not Solr, some of them are already fixed
 in later TIKA versions (so you may try the soon-to-be-released Solr 3.1
 version which contains a newer TIKA bundled).



 Uwe



 -

 Uwe Schindler

 H.-H.-Meier-Allee 63, D-28213 Bremen

 http://www.thetaphi.de

 eMail: u...@thetaphi.de



 *From:* Deepak Singh [mailto:deep...@praumtech.com]
 *Sent:* Wednesday, March 09, 2011 12:03 PM
 *To:* dev@lucene.apache.org
 *Subject:* Re: Solr Exception




 *HTTP ERROR :500 (INTERNAL SERVER ERROR)*

 *For DOC files:*
 org.apache.tika.exception.

 TikaException :
 -Unexpected RuntimeException from
 org.apache.tika.parser.microsoft.OfficeParser@1248f2
 Caused by: org.apache.poi.hpsf.IllegalPropertySetDataException: The
 property set claims to have a size of 16 bytes. However, it exceeds 16
 bytes.

 -TIKA-198: Illegal IOException from
 org.apache.tika.parser.microsoft.OfficeParser@1248f2
 Caused by: java.io.IOException: block[ 0 ] already removed - does your
 POIFS have circular or duplicate block references?


 *For PDF files:*
 org.apache.tika.exception.TikaException :
 -Unexpected RuntimeException from org.apache.tika.parser.Pdfparser@1b4cd65
 Caused by: java.lang.ClassCastException: org.pdfbox.cos.COSArray cannot be
 cast to org.pdfbox.cos.COSDictionar
 Caused by: java.lang.NullPointerException



 -Unable to extract PDF content

 *HTTP ERROR:400 (BAD REQUEST)*
 -This error come when some fields are missing
 ERROR:unknown field 'language' (Ex:content_status, description,version)



 On Wed, Mar 9, 2011 at 4:19 PM, Gora Mohanty g...@mimirtech.com wrote:

 Hi,

 This is probably better directed to the user list. Also, please provide
 details of the exceptions from your log files.

 Regards,
 Gora





Re: Solr Exception

2011-03-09 Thread Deepak Singh
downloaded apache-solr-3.1 still it giving TIKA Exception

On Wed, Mar 9, 2011 at 5:11 PM, Deepak Singh deep...@praumtech.com wrote:

 oh, thanks for the better solution.


 On Wed, Mar 9, 2011 at 4:36 PM, Uwe Schindler u...@thetaphi.de wrote:

 Hi,



 These are all bugs in Apache TIKA not Solr, some of them are already fixed
 in later TIKA versions (so you may try the soon-to-be-released Solr 3.1
 version which contains a newer TIKA bundled).



 Uwe



 -

 Uwe Schindler

 H.-H.-Meier-Allee 63, D-28213 Bremen

 http://www.thetaphi.de

 eMail: u...@thetaphi.de



 *From:* Deepak Singh [mailto:deep...@praumtech.com]
 *Sent:* Wednesday, March 09, 2011 12:03 PM
 *To:* dev@lucene.apache.org
 *Subject:* Re: Solr Exception




 *HTTP ERROR :500 (INTERNAL SERVER ERROR)*

 *For DOC files:*
 org.apache.tika.exception.

 TikaException :
 -Unexpected RuntimeException from
 org.apache.tika.parser.microsoft.OfficeParser@1248f2
 Caused by: org.apache.poi.hpsf.IllegalPropertySetDataException: The
 property set claims to have a size of 16 bytes. However, it exceeds 16
 bytes.

 -TIKA-198: Illegal IOException from
 org.apache.tika.parser.microsoft.OfficeParser@1248f2
 Caused by: java.io.IOException: block[ 0 ] already removed - does your
 POIFS have circular or duplicate block references?


 *For PDF files:*
 org.apache.tika.exception.TikaException :
 -Unexpected RuntimeException from
 org.apache.tika.parser.Pdfparser@1b4cd65
 Caused by: java.lang.ClassCastException: org.pdfbox.cos.COSArray cannot be
 cast to org.pdfbox.cos.COSDictionar
 Caused by: java.lang.NullPointerException



 -Unable to extract PDF content

 *HTTP ERROR:400 (BAD REQUEST)*
 -This error come when some fields are missing
 ERROR:unknown field 'language' (Ex:content_status, description,version)



 On Wed, Mar 9, 2011 at 4:19 PM, Gora Mohanty g...@mimirtech.com wrote:

 Hi,

 This is probably better directed to the user list. Also, please provide
 details of the exceptions from your log files.

 Regards,
 Gora