Multi Index

2009-11-28 Thread Bhuvi HN
Hi all I am in need of using single Solr instance for multi indexing. Please let me know if this is possble to do. Regards Bhuvi

Re: ExternalFileField is broken in Solr 1.4?

2009-11-28 Thread Koji Sekiguchi
Yonik Seeley wrote: Go ahead and open a bug. One idea is to use a different key for the weak map (something that changes every commit). -Yonik http://www.lucidimagination.com Yonik, Thank you. I opend SOLR-1607. Do you have any ideas for the candidate of the key? Koji -- http://www.rond

Re: ExternalFileField is broken in Solr 1.4?

2009-11-28 Thread Yonik Seeley
On Sat, Nov 28, 2009 at 8:24 PM, Koji Sekiguchi wrote: > Hmm, if I set reopenReaders to false, as SolrIndexReader objects between > before and after commit are different, ExternalFileField works as expected. > If I set reopenReaders to true, it doesn't work. ... I don't like this > dependency. Ah

Re: ExternalFileField is broken in Solr 1.4?

2009-11-28 Thread Koji Sekiguchi
Hmm, if I set reopenReaders to false, as SolrIndexReader objects between before and after commit are different, ExternalFileField works as expected. If I set reopenReaders to true, it doesn't work. ... I don't like this dependency. What I don't understand is that if I set reopenReaders to true

RE: Trouble Configuring WordDelimiterFilterFactory

2009-11-28 Thread Steven A Rowe
Hi Rahul, On 11/26/2009 at 12:53 AM, Rahul R wrote: > Is there a way by which I can prevent the WordDelimiterFilterFactory > from totally acting on numerical data ? "prevent ... from totally acting on" is pretty vague, and nowhere AFAICT do you say precisely what it is you want. It would help i

Re: is it possible to use Xinclude in schema.xml?

2009-11-28 Thread David Stuart
Yea i tried it as well it doesn't seem to implement xpointer properly so you can't add multiple fields or field types David On 28 Nov 2009, at 18:49, Peter Wolanin wrote: Follow-up: it seems the schema parser doesn't barf if you use xinclude with a single analyzer element, but so far se

Re: ExternalFileField is broken in Solr 1.4?

2009-11-28 Thread Yonik Seeley
Are you sure? TestFunctionQuery.testExternalField() has a test for reloading on a commit. Are you putting the file in the data directory? -Yonik http://www.lucidimagination.com 2009/11/28 Koji Sekiguchi : > It seems that ExternalFileField doesn't work in 1.4. > In 1.4, I need to restart Solr to

Re: is it possible to use Xinclude in schema.xml?

2009-11-28 Thread Peter Wolanin
Follow-up: it seems the schema parser doesn't barf if you use xinclude with a single analyzer element, but so far seems like it's impossible for a field type. So this seems to work: ... ... On Sat, Nov 28, 2009 at 1:40 PM, Peter Wolanin wrote: > I'

is it possible to use Xinclude in schema.xml?

2009-11-28 Thread Peter Wolanin
I'm trying to determine if it's possible to use Xinclude to (for example) have a base schema file and then substitute various pieces. It seems that the schema fieldTypes throw exceptions if there is an unexpected attribute? SEVERE: java.lang.RuntimeException: schema fieldtype text(org.apache.solr

Re: restore space between words by spell checker

2009-11-28 Thread Andrey Klochkov
> > >>> For example, if we get query "tommyhitfiger" and have terms "tommy" and >>> "hitfiger" in the index, how to fix the query? >>> >> > The usual approach to solving this is to index compound words, i.e. when > producing a spellchecker dictionary add a record "tommyhitfiger" with a > field that

Re: Retrieving large num of docs

2009-11-28 Thread Andrey Klochkov
Hi Raghu Let me describe our use case in more details. Probably that will clarify things. The usual use case for Lucene/Solr is retrieving of small portion of the result set (10-20 documents). In our case we need to read the whole result set and this creates huge load on Lucene index, meaning a l

Re: Retrieving large num of docs

2009-11-28 Thread Raghuveer Kancherla
Hi Andrew, I applied the patch you suggested. I am not finding any significant changes in the response times. I am wondering if I forgot some important configuration setting etc. Here is what I did: 1. Wrote a small program using solrj to use EmbeddedSolrServer (most of the code is from the

Re: restore space between words by spell checker

2009-11-28 Thread Andrzej Bialecki
Otis Gospodnetic wrote: I'm not sure if that can be easily done (other than going char by char and testing), because nothing indicates where the space might be, not even an upper case there. I'd be curious to know if you find a better solution. Otis -- Sematext is hiring -- http://sematext.co

Multi index

2009-11-28 Thread Jörg Agatz
Hallo Users... At the Moment i test MultiCorae Solr, but i cant search in more than one core direktly.. Exist a way to use multiindex, 3-5 Indizes in one core ans search direkty in all? ore only in one? it is realy important or my Projekt. Thanks King

Apache solr for multiple searches

2009-11-28 Thread Bhuvi HN
Hi I have been using Apache Solr for my Job Portal. I have been using the Apache Solr successfully for searching the resumes based on keywords. Now i need to use the same for Job search. Can we have one single instance of the Apache Solr running for both the search like Job search and resume searc