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
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
>
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
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
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
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
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