Solr Rolling Log Files

2010-09-14 Thread Vladimir Sutskever
Can SOLR be configured out of the box to handle rolling log files? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. Tel: (212) 552.5097 This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or

Extending org.apache.solr.hander.dataimport.Transformer

2010-09-09 Thread Vladimir Sutskever
signature transformRow(Map row) Any idea why it looks for that method signature instead of the transformRow(Map row, Context context) ? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and

RE: Delta Import with something other than Date

2010-09-09 Thread Vladimir Sutskever
Shawn, Can you provide a sample of passing the parameter via URL? And how using it would look in the data-config.xml Thanks! -Vladimir -Original Message- From: Shawn Heisey [mailto:elyog...@elyograg.org] Sent: Thursday, September 09, 2010 3:04 PM To: solr-user@lucene.apache.org Subje

RE: DataImportHandlerException for custom DIH Transformer

2010-09-08 Thread Vladimir Sutskever
I am experiencing a similar situation? Any comments? -Original Message- From: Shashikant Kore [mailto:shashik...@gmail.com] Sent: Wednesday, September 08, 2010 2:54 AM To: solr-user@lucene.apache.org Subject: Re: DataImportHandlerException for custom DIH Transformer Resurrecting an old

Increasing Logging of Delta Queries

2010-08-25 Thread Vladimir Sutskever
Hi All, Is there a way to increase the debugging level of SOLR delta query imports. I would like to see records that have been "picked up" by SOLR be spit out to Standard Output or a log file. Thank You! Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan

Importing CSV with post.jar

2010-08-03 Thread Vladimir Sutskever
-Dcommit=yes -Durl=http://localhost:8983/solr/clients_ib/update -jar post.jar Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of

RE: /select handler statistics

2010-07-12 Thread Vladimir Sutskever
ndard request handler.   Cheers,   -Original message- From: Vladimir Sutskever Sent: Mon 12-07-2010 19:44 To: solr-user@lucene.apache.org; Subject: /select handler statistics Hi All, I am looking at the stats.jsp page in the SOLR admin panel. I do not see statistics for the /select re

/select handler statistics

2010-07-12 Thread Vladimir Sutskever
Hi All, I am looking at the stats.jsp page in the SOLR admin panel. I do not see statistics for the /select request handler. I want to know total # of search requests + avg time of request ... etc Am I overlooking something? Kind regards, Vladimir Sutskever Investment Bank - Technology

Disabling Access to Solr Admin Panel

2010-06-29 Thread Vladimir Sutskever
Hi All, How can I forbid access to the SOLR index admin panel? Can I configure this in the /jetty.xml - I understand that's it's not "true" security - considering updates/delete/re-indexing commands will still be allowed - via GET request. Kind regards, Vladimir Sutsk

SOLR partial string matching question

2010-06-22 Thread Vladimir Sutskever
the partial string "of ameri" Any suggestions? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy

Solr / Solrj Wildcard Phrase Searches

2010-06-15 Thread Vladimir Sutskever
d - and send "AS IS" Good Luck Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. Tel: (212) 552.5097 This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accur

Debugging - DIH Delta Queries-

2010-05-20 Thread Vladimir Sutskever
Hi All, How can I see all of the queries sent to my DB during a Delta Import? It seems like my documents are not being updated via delta import When I use SOLR's DataIMport Handler Console - with delta-import selected I see − − But that’s not very helpful - I want to see the exact que

Solr Delta Queries

2010-05-20 Thread Vladimir Sutskever
I have a "indexed_timestamp" field in my index - which lets me know when document was indexed: For some reason when doing delta indexing via DIH, this field is not being updated. Are timestamp fields updated during DELTA updates? Kind regards, Vladimir Sutskever Inves

Solr Delta Queries

2010-05-19 Thread Vladimir Sutskever
I have a "indexed_timestamp" field in my index - which lets me know when document was indexed: For some reason when doing delta indexing via DIH, this field is not being updated. Are timestamp fields updated during DELTA updates? Kind regards, Vladimir Sutskever Inves

Solr Self-Join Query

2010-03-23 Thread Vladimir Sutskever
Hi Guys/Gals, I have columns like so in my index client_id, client_name, client_parent_id Does SOLR support queries of self-join. Example: client_name:wallmart AND (client_parent_id!=client_id) I need all entries that match "wallmart" and do NOT have client_parent_id==client_id Thank you

Performing "Starts with searches"

2010-03-23 Thread Vladimir Sutskever
How do I perform a "starts with" search in Lucene/Solr. Ex: I need all results that start with "Bill" - NOT just contain "Bill" somewhere in the search string. Thank You -Vladimir This email is confidential and subject to important disclaimers and conditions including on offers for the purc