Re: "ant test" and contribs

2012-03-25 Thread Lance Norskog
Ah! It is more complex. There is code and a library jar in lucene/contrib/module and a solr module that uses it in solr/contrib/module. I had to copy the library from lucene/contrib/module/jar to lucene/contrib/module/jar or else the solr contrib part would not compile. There does not seem to be a

Re: Usage of * as a first character in wild card query

2012-03-25 Thread Pawel Rog
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ReversedWildcardFilterFactory On Mon, Mar 26, 2012 at 7:08 AM, Ishan wrote: > Hi, > > I need to query on solr with * as a first character in query. > For eg. Content indexed in* "Be careful" > *and query i want to fire is **ful >

Usage of * as a first character in wild card query

2012-03-25 Thread Ishan
Hi, I need to query on solr with * as a first character in query. For eg. Content indexed in* "Be careful" *and query i want to fire is **ful *But solr does not allow * as a first character in wildcard query. Plz let me know if there is any other alternative for doing this*. * -- Thanks & Rega

Re: Faceted range based on float within velocity not working properly

2012-03-25 Thread Erick Erickson
Marcelo: Take a look at: http://wiki.apache.org/solr/HowToContribute But the short form is to go ahead and open up a JIRA, and attach a patch. The easiest way to create a patch is to execute "svn diff > SOLR-.patch" at the top level (i.e. from the directory that contains "lucene", "solr", "mo

Re: Solr Cloud multiple shards and replicas in one instance freezes

2012-03-25 Thread Mark Miller
Yeah, sorry - that's what I meant. Sent from my iPad On Mar 24, 2012, at 2:18 PM, Jamie Johnson wrote: > There is no stack trace, I can fire things back up and try to get a > thread dump if that's useful. > > On Sat, Mar 24, 2012 at 4:07 AM, Mark Miller wrote: >> Can you get a stack trace du

Re: web gui specify shard and collection when adding a new core

2012-03-25 Thread Mark Miller
I was thinking about this recently - I don't think there is a jira for cloud params - we should make one. Sent from my iPad On Mar 24, 2012, at 10:25 PM, Jamie Johnson wrote: > Is there a plan to add the ability to specify the shard and > collection when adding a core through the enhanced web

Solr cores issue

2012-03-25 Thread Sujatha Arun
Hello, Suppose I have several cores in a single webapp ,I have issue with Index beong corrupted in one core ,or schema /solrconfig of one core is not well formed ,then entire webapp refused to load on server restart? Why does this happen? Regards Sujatha