Re: Solr4 - no examples of postingsFormat in schema.xml

2012-10-13 Thread Walter Underwood
There is a bit more info in this post, look for "alternative codecs": http://searchhub.org/dev/2012/10/12/apache-solr-and-lucene-4-0-0-released/ wunder On Oct 13, 2012, at 10:46 PM, Shawn Heisey wrote: > The wiki page for schema.xml shows the syntax for postingsFormat in a schema > fieldType d

Solr4 - no examples of postingsFormat in schema.xml

2012-10-13 Thread Shawn Heisey
The wiki page for schema.xml shows the syntax for postingsFormat in a schema fieldType definition, but it doesn't tell you what to use for the value. Also, the example configs in the solr download do not include this parameter. http://wiki.apache.org/solr/SchemaXml#Data_Types For some fields

Re: Solr4 without slf4j bindings -- apparent catch-22

2012-10-13 Thread Shawn Heisey
On 10/13/2012 3:43 AM, Shawn Heisey wrote: The problem that I am having is with the -excl-slf4j.war file, which I am trying to use in order to use log4j instead of jdk logging. When I do that, it seems to be unable to find the sharedLib folder in solr.xml. Because it can't find any slf4j bind

Solr - db-data-config.xml general asking to entity

2012-10-13 Thread Marvin
Hi there! I have 2 tables 'blog' and 'comment'. A blog can contains n comments (blog --1:n-- comment). Up to date I use following select to insert the data into solr index: The index result looks like: 1 12 blog of t

Re: which api to use to manage solr ?

2012-10-13 Thread autregalaxie
I want to develop o search engine, it's an academic project, i need some low-level APIes for this, and to make a choice wich one use for this project to manage Solr, develop additionnal functions... Thank you -- View this message in context: http://lucene.472066.n3.nabble.com/which-api-to-use-

Solr4 without slf4j bindings -- apparent catch-22

2012-10-13 Thread Shawn Heisey
I'm trying to get a Solr4 install going, building without slf4j bindings. I am using branch_4x from svn, and using a homegrown init script. That script is modeled on what I already have working for version 3.5.0. Solr and Jetty live in /opt/solr4, and the init script does a chdir to that dir

Re: BlockPostingsFormat

2012-10-13 Thread Jan Høydahl
Have not tested, but have you read this page? http://wiki.apache.org/solr/SchemaXml -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 13. okt. 2012 kl. 02:42 skrev varun srivastava : > Hi, > How can I enable BlockPostingsFormat for m