RE: solr user group

2012-10-09 Thread David Hill

And still on the list...

David Hill

Iowa Student Loan | Lead Software Analyst / Developer | phone 515-273-7241 | 
fax 515-273-7241 | dh...@studentloan.org


-Original Message-
From: David Hill
Sent: Tuesday, September 18, 2012 6:58 AM
To: 'solr-user@lucene.apache.org'
Subject: solr user group


sorry for the broadcast, but the solr list server is just not taking the hint 
yet, I have issued the following commands on the following dates:

Sent Mon 08/27/2012 10:37 PM to 'solr-user-unsubscr...@lucene.apache.org' 
subject = unsubscribe

Sent Mon 07/16/2012 6:53 AM to 'solr-user-unsubscr...@lucene.apache.org'

Sent Mon 04/23/2012 8:01 AM to 'solr-user-unsubscr...@lucene.apache.org' 
subject = unsubscribe

David Hill

Iowa Student Loan | Lead Software Analyst / Developer | phone 515-273-7241 | 
fax 515-273-7241 | dh...@studentloan.org



This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this e-mail in error please notify the originator of the 
message. This footer also confirms that this e-mail message has been scanned 
for the presence of computer viruses. Any views expressed in this message are 
those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Iowa Student Loan.



 



solr user group

2012-09-18 Thread David Hill

sorry for the broadcast, but the solr list server is just not taking the hint 
yet, I have issued the following commands on the following dates:

Sent Mon 08/27/2012 10:37 PM to 'solr-user-unsubscr...@lucene.apache.org' 
subject = unsubscribe

Sent Mon 07/16/2012 6:53 AM to 'solr-user-unsubscr...@lucene.apache.org'

Sent Mon 04/23/2012 8:01 AM to 'solr-user-unsubscr...@lucene.apache.org' 
subject = unsubscribe

David Hill

Iowa Student Loan | Lead Software Analyst / Developer | phone 515-273-7241 | 
fax 515-273-7241 | dh...@studentloan.org



This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this e-mail in error please notify the originator of the 
message. This footer also confirms that this e-mail message has been scanned 
for the presence of computer viruses. Any views expressed in this message are 
those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Iowa Student Loan.



 



RE: Solr NRT

2011-05-31 Thread David Hill

Unless you cross a Solr server commit threshold your client has to post a 
commit/ message for the server content to be available for searching. 
Unfortunatly the Solr tool that is supposed to do this apparently doesn't. I 
asked for community help last week and was surprised to receive no response, I 
thought having to leave a Solr import process in an incomplete state would be 
more of a concern. In any case, our (hopefully temporary) solution was to hack 
the source code for the SimplePostTool demo code to turn it into a CommitTool.  
Once Solr receives the commit/ post you will be able to search for your 
recently added documents.

-Original Message-
From: Ionut Manta [mailto:ionut.ma...@gmail.com]
Sent: Tuesday, May 31, 2011 7:41 AM
To: solr-user@lucene.apache.org
Subject: Solr NRT

Hi,

I have the following strange use case:

Index 100 documents and make them immediately available for search. I call this 
on the fly indexing. Then the index can be removed. So the size of the index 
is not an issue here.
Is this possible with Solr? Anyone tried something similar?

Thank you,
Ionut

This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this e-mail in error please notify the originator of the 
message. This footer also confirms that this e-mail message has been scanned 
for the presence of computer viruses. Any views expressed in this message are 
those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Iowa Student Loan.



 



problem getting Solr to commit

2011-05-27 Thread David Hill

We verified with the fiddler proxy server that when we use the Java 
CommonsHttpSolrServer to communicate with our Solr server we are not able to 
get the client to post a commit/ message back to Solr. The result is that we 
can't force the tail end of a batch job to commit after it has run and we can't 
do integration testing that needs data to have been committed to Solr.

We have tried all variations of the .commit method and the workaround posted a
http://www.mail-archive.com/solr-dev@lucene.apache.org/msg12289.html

Our solution was to hack the source code supplied by Solr for SimplePostTool to 
create a utility to post a commit/ tag to Solr.

http://stackoverflow.com/questions/6141417/solr-lucene-server-does-not-post-commit-message


This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this e-mail in error please notify the originator of the 
message. This footer also confirms that this e-mail message has been scanned 
for the presence of computer viruses. Any views expressed in this message are 
those of the individual sender, except where the sender specifies and with 
authority, states them to be the views of Iowa Student Loan.