Special character in queries

2008-02-18 Thread Mahesh Udupa
Hi, I have 2 content with name as follows: a) "NewSong" sing --- with " in the name b) sing I need to search for the content *a* ( i.e. *"NewSong" sing*), I tried with "\"NewSong\" sing", It failed to search. But If I try to search with "NewSong" sing it displays both(that is expected). It woul

Problem using wildcard characters ? and *

2008-02-18 Thread ruchalale
Hi, I am using Solr in my application to search some blocks. These blocks have unique key = block name + block id When i try to search a block uisng '?' it works partially.. When i give a search for au?it (audit is the name of the block) it shows correct result

Re: Field Search

2008-02-18 Thread Mahesh Udupa
Hi, I forgot to put my dismax request handler. explicit 0.01 text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 text^0.2 features^1.1 name^1.5 manu^1.4 manu_exact^1.9 ord(poplarity)^0.5 recip(rord(price),1,1000,100

Field Search

2008-02-18 Thread Mahesh Udupa
Hi, I have a content with *title* as "*Advertise*" under a *category* "*Sales*" And also, I have 3 other contents with *titles "{TV, Web,Radio}"* under a *category "Advertise"* ** Now, if I try to search for, *title:Advertise --- * I am getting following results: == Title

Re: Questions about filters and scoring

2008-02-18 Thread Reece
For #1, I just testing again and found the problem. WordDelimiterFilterFactory was splitting the words up because it had capitals in the middle of the word, so a lower case version was seen as a different set of tokens. For #2, I'll try using that attribute for the fieldtype and let you know how i

Re: Questions about filters and scoring

2008-02-18 Thread Yonik Seeley
On Feb 18, 2008 5:05 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Feb 18, 2008 4:42 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Hmmm, looks like a recent change in lucene probably causes this bug. > > Nope... I just checked Solr 1.2, and it shows the same behavior. > With the example data,

Re: Questions about filters and scoring

2008-02-18 Thread Yonik Seeley
On Feb 18, 2008 4:42 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > Hmmm, looks like a recent change in lucene probably causes this bug. Nope... I just checked Solr 1.2, and it shows the same behavior. With the example data, a query of optimized for high finds the solr document, but "optimized

Re: Questions about filters and scoring

2008-02-18 Thread Yonik Seeley
On Feb 18, 2008 4:50 PM, Lance Norskog <[EMAIL PROTECTED]> wrote: > But then would not 'certificate anystopword found' match your phrase? Yes... stopwords are ignored, so that's what it should do in general. -Yonik

RE: Questions about filters and scoring

2008-02-18 Thread Lance Norskog
> 3) But then would not 'certificate anystopword found' match your phrase? I wound up making a separate index without stopwords just so that my phrase lookups would work. (I do not have the luxury of re-indexing, so now I'm stuck with this design even if there is a better one.) I also made one w

Re: Questions about filters and scoring

2008-02-18 Thread Yonik Seeley
On Feb 18, 2008 3:56 PM, Reece <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > First off, sorry about the thread hijack earlier, it was not intentional. > > Back to the point though, I'm having some issues getting > SOLR to work with our dataset. I'm using it to index ticket data for > our techni

Questions about filters and scoring

2008-02-18 Thread Reece
Hello Everyone, First off, sorry about the thread hijack earlier, it was not intentional. Back to the point though, I'm having some issues getting SOLR to work with our dataset. I'm using it to index ticket data for our technical support department. Below are a few of the problems I've been hav

Re: quick question

2008-02-18 Thread Erick Erickson
Beating Hossman to the punch http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even

Re: Using embedded Solr with admin GUI

2008-02-18 Thread Ken Krugler
If you are running a single webapp, you can just put the jsp files in there. I'm guessing that isn't what you mean though. Well, ultimately we're heading towards a single webapp with multiple embedded Solr cores. In that case, could the .jsp-based GUI/admin functionality peacefully co-exist w

Re: quick question

2008-02-18 Thread Reece
Hello Everyone, I'm having some issues getting SOLR to work with our data. I'm using it to index incident data for our technical support department. The two main issues: 1) As an example, searching for "binarydata_groupdocument_fk" returns nothing, while searching for "BinaryData_GroupDocument_

Re: quick question

2008-02-18 Thread matt davies
I think I remembered Was it localhost in the jetty.xml addlistener section? On 18 Feb 2008, at 14:44, matt davies wrote: Hello everyone I've forgotten where I stipulated in my solr that the solr admin back end was only viewable from localhost. Can anyone point me in the right directio

quick question

2008-02-18 Thread matt davies
Hello everyone I've forgotten where I stipulated in my solr that the solr admin back end was only viewable from localhost. Can anyone point me in the right direction? thanks

Re: Integrated Spellchecking

2008-02-18 Thread Grant Ingersoll
Hey Doug, If you have permission to donate, perhaps you can just post the patch anyway and state that it isn't quite ready to go. This is something I could use too, and so may have some cycles to work on it. I hate to replicate the work if you already have something that is more or less

custom handler results don't seem to match manually entered query string

2008-02-18 Thread evol__
Hi, my problem is as follows: my request handler's code filters = null; DocListAndSet docs_main = searcher.getDocListAndSet(query, filters, null, start, rows, flags); String querystr = query.toString(); rsp.add("QUERY_main", querystr); gives zero responses: ((text:Travel text:Home text:Online