Re: Document match with no highlight

2011-05-13 Thread Phong Dais
; Can anyone see anything that I'm missing? > > Thanks, > P. > > > On Thu, May 12, 2011 at 12:27 PM, Pierre GOSSE >wrote: > > > > Since you're using the standard "text" field, this should NOT be you're > > case. > > > >

RE: Document match with no highlight

2011-05-13 Thread Pierre GOSSE
ce I won't move to 3.0 until some time, so please ask if you have question about how to do this. Pierre -Message d'origine- De : Phong Dais [mailto:phong.gd...@gmail.com] Envoyé : jeudi 12 mai 2011 20:06 À : solr-user@lucene.apache.org Objet : Re: Document match with no highli

Re: Document match with no highlight

2011-05-12 Thread Phong Dais
fieldtype "text" has nothing special ? a tokenizer or > filter that could add some token in your indexed text but not in your query, > like for example a WordDelimiter present in and not ? > > Pierre > > -Message d'origine- > De : Pierre GOSSE [ma

RE: Document match with no highlight

2011-05-12 Thread Pierre GOSSE
be you could have a look at this issue, since it sound very familiar to me : https://issues.apache.org/jira/browse/LUCENE-3087 Pierre -Message d'origine- De : Phong Dais [mailto:phong.gd...@gmail.com] Envoyé : jeudi 12 mai 2011 17:26 À : solr-user@lucene.apache.org Objet : Re: Docu

RE: Document match with no highlight

2011-05-12 Thread Pierre GOSSE
sound very familiar to me : https://issues.apache.org/jira/browse/LUCENE-3087 Pierre -Message d'origine- De : Phong Dais [mailto:phong.gd...@gmail.com] Envoyé : jeudi 12 mai 2011 17:26 À : solr-user@lucene.apache.org Objet : Re: Document match with no highlight Hi, The type "text" is

Re: Document match with no highlight

2011-05-12 Thread Phong Dais
ynix.com > Join the conversation - you may even get an iPad or Nook out of it! > > Like us on Facebook! > > Follow us on Twitter! > > > > > -Original Message- > > From: Ahmet Arslan [mailto:iori...@yahoo.com] > > Sent: Thursday, May 12, 2011 7:10 AM &g

Re: Document match with no highlight

2011-05-12 Thread Phong Dais
Hi, The type "text" is the default one that came with the default solr 1.4 install w.o any modifications. If I remove the quotes I do get snipets. In fact if I did "3 1 15"~1 I do get snipet also. Hope that helps. P. On Thu, May 12, 2011 at 9:09 AM, Ahmet Arslan wrote: > > URL: > > > htt

RE: Document match with no highlight

2011-05-12 Thread Bob Sandiford
lucene.apache.org > Subject: Re: Document match with no highlight > > > URL: > > > http://localhost:8983/solr/select?indent=on&version=2.2&q=DOC_TEXT%3A%2 > 23+1+15%22&fq=&start=0 > > > &rows=10&fl=DOC_TEXT%2Cscore&qt=standard&wt=sta

Re: Document match with no highlight

2011-05-12 Thread Ahmet Arslan
> URL: > http://localhost:8983/solr/select?indent=on&version=2.2&q=DOC_TEXT%3A%223+1+15%22&fq=&start=0 > &rows=10&fl=DOC_TEXT%2Cscore&qt=standard&wt=standard&debugQuery=on&explainOther=&hl=on&hl.fl=DOC_TEXT&hl.maxAnalyzedChars=-1 > > XML: > > >   >     0 >     19 >     >       >       name="

Re: Document match with no highlight

2011-05-12 Thread Phong Dais
Hi, Ok, here it is. Please note that I had to type everything. I did double and triple check for typos. I do not use term vectors. I also left out the "timing" section. Thanks for all the help. P. URL: http://localhost:8983/solr/select?indent=on&version=2.2&q=DOC_TEXT%3A%223+1+15%22&fq=&start

Re: Document match with no highlight

2011-05-11 Thread Ahmet Arslan
> I can upload the search URL and part of the output but not > all of it. > Company trade secrets does not allow me to upload the > content of the > DOC_TEXT field.  I can upload the "debug" output > section and whatever else > is needed but I cannot upload the actual document data. > > Please le

Re: Document match with no highlight

2011-05-11 Thread Phong Dais
Hi, I can upload the search URL and part of the output but not all of it. Company trade secrets does not allow me to upload the content of the DOC_TEXT field. I can upload the "debug" output section and whatever else is needed but I cannot upload the actual document data. Please let me know if

Re: Document match with no highlight

2011-05-11 Thread Ahmet Arslan
> Already tried that.  Tried a ridiculously huge number > and -1.  Same result. > > Some clarification.  I submitted the search string: > > DOC_TEXT:"3 1 15" Can you append &debugQuery=on and give us its output? And the complete search URL will also help.

Re: Document match with no highlight

2011-05-11 Thread Phong Dais
Hi, When I "eyeball" the highlighted field, I do not find the search phrase in the document that was returned as a match. The search field is DOC_TEXT, the highlighted field is DOC_TEXT, and the search query is DOC_TEXT:"3 1 15". I get a match with "empty" highlight but it looks to me like it shou

Re: Document match with no highlight

2011-05-11 Thread Jan-Eirik B . Nævdal
Have you checked that the search phrase are in the field you uses as highlight field? Its standard if it dont get hits in the defined highlight field it would return emty result. A way around this problem is to add more fields to highlight or merge the searchable text into a single text field and

Re: Document match with no highlight

2011-05-11 Thread Phong Dais
Hi, Already tried that. Tried a ridiculously huge number and -1. Same result. Some clarification. I submitted the search string: DOC_TEXT:"3 1 15" Thanks, P. On Wed, May 11, 2011 at 7:01 AM, Ahmet Arslan wrote: > > > --- On Wed, 5/11/11, Phong Dais wrote: > > > From: Phong Dais > > Subj

Re: Document match with no highlight

2011-05-11 Thread Ahmet Arslan
--- On Wed, 5/11/11, Phong Dais wrote: > From: Phong Dais > Subject: Document match with no highlight > To: solr-user@lucene.apache.org > Date: Wednesday, May 11, 2011, 1:29 PM > HI, > > I am having a problem with highlighting which I cannot > comprehend. > I'm using the solr/admin/form.jsp (