Have a look at
http://wiki.apache.org/solr/HighlightingParameters?highlight=%28highlighting%29#head-dbf0474b5b2c0db08f3a464ff3525225a9c71fbc
and set
hl.fragsize=0
Hope this helps.
Christian Wittern said the following on 18/04/2008 09:59:
> Dear Solr users,
>
> Here I am having a problem with hi
Please make sure that you do NOT have a field called "category" in
in the documents you would like to add. For example:
camera
I am almost sure you have some documents,
which have this field "category" instead of "cat".
You can also add the field "category" to your schema.xml file and copy
it
You can configure that in the "schema.xml" file:
Thierry Collogne wrote:
Hello,
I have a small question.When I do a search and enter 2 words,
seperated with
a space (for example small business), the query is done like small OR
business.
So I get results containing small, business or smal
their hands...hah.
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
- Original Message
From: thomas arni <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, March 19, 2007 9:47:51 AM
Subject: Simple Web Interface
Hello
I would like to build a simple
Hello
I would like to build a simple web front end (e.g. google.com) for the
users of solr. Which is the best way to archive this goal? Has someone
already built a simple query interface (gui)?
My query interface should have:
- paging
- summary of documents with the relevant search terms
- hi
d and send that as
Erik
On Mar 14, 2007, at 3:50 AM, thomas arni wrote:
Hello
I'm currently evaluate solr for our needs. In a first step I used your
example and adapted the “schema.xml”.
In contrast to the example docs provided I haven't homogeneous
documents, which means
Hello
I'm currently evaluate solr for our needs. In a first step I used your
example and adapted the “schema.xml”.
In contrast to the example docs provided I haven't homogeneous
documents, which means I only want to index to two fields. This fields
are the uniqueKey (docno) and a textfield (text)