Re: Unlimited number of return documents?

2008-05-13 Thread Marc Bechler
of service attack than like a useful engineering solution. wunder On 5/9/08 11:11 AM, "Marc Bechler" <[EMAIL PROTECTED]> wrote: Hi all, one possible use case could be to synchronize the index against a given database. E.g., assume that you have a filesystem that is indexed period

Re: Unlimited number of return documents?

2008-05-12 Thread Marc Bechler
Hi all, one possible use case could be to synchronize the index against a given database. E.g., assume that you have a filesystem that is indexed periodically. If files are deleted on this filesystem, they will not be deleted in the index. This way, you can get (e.g.) the complete content fro

JNDI and multiple installations in SOLR/Tomcat

2008-01-01 Thread Marc Bechler
Hi, happy new year from Germany! Unfortunately, my new year starts with a curiosity I discovered with my SOLR installation under Tomcat 6.0.14. I try to run three SOLR webapps. Tomcat starts up and the three SOLR instances work perfectly well. However, in the logfiles I found a ... "INFO:

Re: Exact phrase highlighting

2007-09-19 Thread Marc Bechler
Hi Mike, thanks for the quick response. > It would make a great project to get one's hands dirty contributing, though :) ... sounds like giving a broad hint ;-) Sounds challenging... Regards from Germany marc

Exact phrase highlighting

2007-09-19 Thread Marc Bechler
Hi out of there, I just walked through the mailing list archive, but I did not find an appropriate answer for phrase highlighting. I do not have any highlighting section (and no dismax handler definition) in solrconfig.xml. This way (AFAIK :-)), the standard lucene query syntax should be sup

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-15 Thread Marc Bechler
le, "die" is common in German but rare in English, so it will have a higher IDF when matched against English and the English hits will score higher. Same for "mit". In English, that is the Massachusetts Institute of Technology. wunder == Walter Underwood Search Guy, Ne

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-14 Thread Marc Bechler
le go with stemming. At least, I do. :-) Tom On 9/14/07, Marc Bechler <[EMAIL PROTECTED]> wrote: Index for "really":

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-14 Thread Marc Bechler
ies that you use when indexing? Try the analysis function in the admin UI, to see how things are stemmed for indexing vs. querying. If they don't match for really and fünny, and do match for kraßen, then that's your problem. Tom On 9/14/07, Marc Bechler <[EMAIL PROTECTED]> wrote:

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-14 Thread Marc Bechler
on ;-) Regards, marc Tom Hill schrieb: If you are using tomcat, try adding "URIEncoding="UTF-8" to your tomcat connector. use the analysis page of the admin interface to check to see what's happening to your queries, too. http://localhost:8080/solr/admin/analysis.jsp?hig

Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-13 Thread Marc Bechler
Hi SOLR kings, I'm just playing around with queries, but I was not able to query for any special characters like the German "Umlaute" (i.e., ä, ö, ü). Maybe others might have the same effects and already found a solution ;-) Here is my example: I have one field called "sometext" of type "text

How to realize index spaces

2007-08-23 Thread Marc Bechler
Hi, I was wondering whether or not it is possible to realize different index spaces with one solr instance. Example: imagine, you want to have 2 index spaces that coexist independently (and wich can be identified, e.g., by a unique id). In your query, you specify an id, and the query should