Re: ANNOUNCEMENT: GijutsuHyohronBook2013

2013-11-28 Thread Shinichiro Abe
Hi, > Is this book available in English?, where can i get it? No, this book is available in Japanese only. We can get the book from amazon etc. Regards, Shinichiro Abe On 2013/11/29, at 14:20, Raju Shikha wrote: > Thank you. Is this book available in English?, where can i get it? >

ANNOUNCEMENT: GijutsuHyohronBook2013

2013-11-28 Thread Shinichiro Abe
Hi, In Japan, revised Apache Solr introduction book is released. This book revises GijutsuHyohronBook2010, based on Solr 4.5.1. This book includes Solr 4.x's many features, SolrCloud, and ManifoldCF features. See https://wiki.apache.org/solr/GijutsuHyohronBook2013 Thank you, Shinichiro Abe

Request for Contributors Group

2013-11-27 Thread Shinichiro Abe
Hi, Please add my username ( shinichiro ) to Contributors Group. Thanks in advance, Shinichiro Abe

Re: loading SolrInfoMBeanHandler is slow?

2013-10-15 Thread Shinichiro Abe
-5043's background thread solution is good. Regards, Shinichiro Abe On 2013/10/16, at 2:22, Chris Hostetter wrote: > > : In my Mac OSX when starting Solr as OOTB, > : I always have to wait 30 sec for completely loading. > : It seems that loading SolrInfoMBeanHandler is slow

Re: loading SolrInfoMBeanHandler is slow?

2013-10-15 Thread Shinichiro Abe
fan > > > On Tuesday, October 15, 2013 at 6:00 PM, Shinichiro Abe wrote: > >> Hi, >> In my Mac OSX when starting Solr as OOTB, >> I always have to wait 30 sec for completely loading. >> It seems that loading SolrInfoMBeanHandler is slow in Solr 4.x (also 4.5). >

loading SolrInfoMBeanHandler is slow?

2013-10-15 Thread Shinichiro Abe
, Shinichiro Abe

Distributed Search Question

2013-03-07 Thread Shinichiro Abe
different schema.xml? Thanks in advance, Shinichiro Abe

Re: Solr4.0 causes NoClassDefFoundError while indexing class files and mp4 files.

2012-12-20 Thread Shinichiro Abe
You can place the missing JAR files in the contrib/extraction/lib. For class files: asm-x.x.jar For mp4 files: aspectjrt-x.x.jar FWIW, please see https://issues.apache.org/jira/browse/SOLR-4209 Regards, Shinichiro Abe On 2012/12/21, at 15:08, Shigeki Kobayashi wrote: > Hi, > &

Re: Dismax query results vary on Solr1.4 and 3.6.

2012-05-16 Thread Shinichiro Abe
If you want to treat test.pdf as a phrase "test pdf", it might work by setting text_sen autoGeneratePhraseQueries="true". Regards, Shinichiro Abe On 2012/05/17, at 10:39, Katsuyoshi NOGUCHI wrote: > OK, I understand how those words are tokenized by different tokenizer >

Re: ServerSolrException: No such core: collection1

2011-08-09 Thread Shinichiro Abe
Sorry. The jar files needed was insufficient. Regards, Shinichiro Abe On 2011/08/08, at 14:31, Shinichiro Abe wrote: > Hi. > I use EmbeddedSolrServer.The solrJ indexing code(attached) worked well > on Solr1.4 but didn't work on Solr3.3(since 3.1). Do I need to do an

ServerSolrException: No such core: collection1

2011-08-07 Thread Shinichiro Abe
.main(Main.java:51) Regards, Shinichiro Abe File home = new File ("/Users/abe/Desktop/solrJ/solr"); File f = new File (home,"solr.xml"); CoreContainer.Initializer initializer = new CoreContainer.Initializer(); CoreContainer cor