Solr-Lucene compatibility

2012-02-19 Thread youngestachiever
I have an app the writes lucene indexes and is based on lucene 2.3.0. Can I read those indexes using solr 3.5.0 and perform a distributed search? Or should I use a lower version of solr, so that the index reader is compatible with the index writer. Would be great if somebody with prior exposure c

Solr-Lucene compatibility

2012-02-19 Thread youngestachiever
I have an app the writes lucene indexes and is based on lucene 2.3.0. Can I read those indexes using solr 3.5.0 and perform a distributed search? Or should I use a lower version of solr, so that the index reader is compatible with the index writer. Would be great if somebody with prior exposure

Re: Basic SOLR help needed

2012-02-19 Thread pravesh
>>When I do a query using the Admin tool: >>INST_NAME:KENTUCKY TECH PADUCAH (There is a docment in the db that meets this INST_NAME exactly) Try using this way: INST_NAME:(KENTUCKY TECH PADUCAH) This way all the 3 terms would be searched in the field INST_NAME, otherwise only the first term KENT

RE: Basic SOLR help needed

2012-02-19 Thread jwgildea
I want to be able to search against INST_NAME using keywords, stemming, synonyms, etc... I think I need to split on white space. Don't I? Thanks for the quick response! -- View this message in context: http://lucene.472066.n3.nabble.com/Basic-SOLR-help-needed-tp3759855p3759998.html Sent fr

Re: Solr edismax clarification

2012-02-19 Thread Indika Tantrigoda
Hi, Thanks for the response. Below is the field type and schema definition. This is the request handler

Basic SOLR help needed

2012-02-19 Thread jwgildea
I have created a SOLR DB that appears to be working in general. Here are the fields from my schema: I loaded 2 documents When I do a query using the Admin tool: INST_NAME:KENTUCKY TECH PADUCAH (There is a docment in the that meets this query exactly) It appears to only lo

Re: Development inside or outside of Solr?

2012-02-19 Thread Oleg Tikhonov
Hi, I cannot say about two mentioned approaches however take a look at Tika CLI with --language option. Hope it helps, Oleg On Mon, Feb 20, 2012 at 4:44 AM, bing wrote: > Hi, all, > > I am deploying a multicore solr server runing on Tomcat, where I want to > achieve language detection during

Re: Basic SOLR help needed

2012-02-19 Thread tamanjit.bin...@yahoo.co.in
Hi, I guess the behavior is because of the field type of the field INST_NAME. Try changing its type to string for getting the desired results. text_en_splitting splits on whitespace. -- View this message in context: http://lucene.472066.n3.nabble.com/Basic-SOLR-help-needed-tp3759855p3759866.html

Development inside or outside of Solr?

2012-02-19 Thread bing
Hi, all, I am deploying a multicore solr server runing on Tomcat, where I want to achieve language detection during index/query. Solr3.5.0 has a wrapped Tika API that can do language detection. Currently, the default behavior of Solr3.5.0 is, every time I index a document, and at mean time Solr

Git repo

2012-02-19 Thread Mark Diggory
Is there a git repo location that mirrors apache svn repos for solr? Cheers, Mark -- [image: @mire Inc.] *Mark Diggory *(Schedule a Meeting ) *2888 Loker Avenue East, Suite

Re: Removing empty dynamic fields from a Solr 1.4 index

2012-02-19 Thread Erick Erickson
When you say that they're still around, what do you mean? They're listed in the schema browser? You can search on them? ??? But in general, there's no penalty for having these stay around, they're not consuming resources in any documents, so I don't think you need to worry from performance perspec

Re: Payload and exact search - 2

2012-02-19 Thread Erick Erickson
As far as I know, you're on the right track. Note that it isn't important that the payload filter be the first, just that nothing that splits the tokens up on your delimit character (pipe symbol) come before it. Like I said, payloads are a bit of a mystery to me, so don't take my word for gospel h

Re: Payload and exact search - 2

2012-02-19 Thread leonardo2
Thank's for your reply, so, if I apply the as first filter in the chain, it shoud works In this new configuration, the first filter in the chain intercept the payload. It manages and removes the payload info and then the subsequent filters are applied to the clear text: is it right? Leonardo

Re: Solritas: Modify $content in layout.vm

2012-02-19 Thread remi tassing
Yeah, that works for now. I'll check that §content thing later on. Thanks man! Remi On Sunday, February 19, 2012, Erik Hatcher wrote: > Unfortunately things a bit messy in there because others have tried to make a kitchen sink of things in there, but as I said, it all starts with browse.vm and