Re: Highlighted field gets truncated

2008-04-18 Thread Thomas Arni
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

Re: Multicore Issue with nightly build

2008-04-07 Thread Thomas Arni
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

Re: How to make the search default use AND instead of OR?

2007-03-27 Thread thomas arni
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

Re: Simple Web Interface

2007-03-20 Thread thomas arni
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

Simple Web Interface

2007-03-19 Thread thomas arni
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

Re: Index arbitrary xml-elments in only one field without copying

2007-03-14 Thread thomas arni
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

Index arbitrary xml-elments in only one field without copying

2007-03-13 Thread thomas arni
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)