Re: Solr contribs build and jar-of-jars

2012-08-19 Thread Chantal Ackermann
Hi Lance, does this do what you want? http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies It's maven but that would be an advantage I'd say… ;-) Chantal Am 05.08.2012 um 01:25 schrieb Lance Norskog: > Has anybody tried packaging the contrib distrib

Re: scanned pdf with solr cell

2012-08-19 Thread Lance Norskog
The backstory here is that Tika uses a library that for some crazy reason is inside the Java AWG graphics toolkit. (I think the RTF parser?) On Wed, Aug 15, 2012 at 5:57 AM, Ahmet Arslan wrote: >> You can try passing >> -Djava.awt.headless=true as one of the arguments >> when you start Jetty to s

Re: Chinese character not encoded for facet.prefix but encoded for q field

2012-08-19 Thread Lance Norskog
Use the 'text_cjk' field type for your Chinese language text. Chinese language search is not simple, and Solr/Lucene are almost there in having a useable solution. On Thu, Aug 16, 2012 at 4:23 AM, Rajani Maski wrote: > Chinese character not encoded for facet.prefix but encoded for q field - >

Re: Atomic Multicore Operations - E.G. Move Docs

2012-08-19 Thread Lance Norskog
I would use generation numbers on documents, and communicate a global generation number in ZK. On Thu, Aug 16, 2012 at 2:22 AM, Nicholas Ball wrote: > > I've been close to implementing a 2PC protocol before for something else, > however for this it's not needed. > As the move operation will be do

Re: How to make a server become a replica / leader for a collection at startup

2012-08-19 Thread Jed Glazner
Hey Mark, Thanks for the extra effort in responding :) Are you ok if I file a jira ticket and complete this feature on trunk? We need this feature for a project. Jed Glazner Sr. Software Engineer Adobe jglaz...@adobe.com - Reply message - From: "Mark Miller" To: "solr-user@lucene.apa

Re: solr-user-unsubscribe

2012-08-19 Thread Michael Della Bitta
Just FYI folks, this doesn't work. You need to send mail to solr-user-unsubscr...@lucene.apache.org, not the list. Michael Della Bitta Appinions | 18 East 41st St., Suite 1806 | New York, NY 10017 www.appinions.com Where Influence Isn’t a Game On

solr-user-unsubscribe

2012-08-19 Thread Adamsky, Robert
solr-user-unsubscribe

solr-user-unsubscribe

2012-08-19 Thread Алексей Цой
solr-user-unsubscribe

Re: How to make a server become a replica / leader for a collection at startup

2012-08-19 Thread Mark Miller
Hmm...last email was blocked from the list as spam :) Let me try again forcing plain text: Hey Jed, I think what you are looking for is something I have proposed, but is not implemented yet. We started with a fairly simple collections API since we just wanted to make sure we had something in 4.

Re: Need Help - Solr - Sitecore integration

2012-08-19 Thread Jan Frühwacht
Hi, solr uses common standards (Indexing and Searching through HTTP Requests with JSON and XML as two of many possible response formats). I think you should download solr and look through the wiki how to index some example documents and query them (http://wiki.apache.org/solr/). When you have don

Re: Your opinion please concerning prod' installation

2012-08-19 Thread Jan Frühwacht
There are different possibilities to secure the server in my opinion which depends on how you want to integrate the solr search. Most use cases have some server side processing in between instead of having a front-end web application directly accessing the solr servlets (which prevents unwanted int

Re: Solr 4 dataimport problem.

2012-08-19 Thread Erick Erickson
SolrJ is completely irrelevant for using DIH, the only time you need it would be if you're going to write a Java program to push data into your index. Which can be done using a JDBC driver to connect to your SQL server and then pushing docs to Solr, see: http://searchhub.org/dev/2012/02/14/indexin