Re: For an XML fieldtype

2008-02-07 Thread Frédéric Glorieux (École nationale des chartes)
. -- Frédéric Glorieux

Re: Conceptual Question

2007-06-22 Thread Frédéric Glorieux
life for me in future. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
of results. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
possible, because lucene allow it (MultiReader) http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/index/MultiReader.html. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique 1) Multiple unrelated

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: Multiple doc types in schema

2007-06-21 Thread Frédéric Glorieux
logic is only from the collection side. I think I got my idea for september, but I would be very glad if you have something to add. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: indexing documents (or pieces of a document) by access controls

2007-06-13 Thread Frédéric Glorieux
will never return results from documents you are not allowed to read. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: Wildcards / Binary searches

2007-06-10 Thread Frédéric Glorieux
, here is my idea : WildcardTermEnum (NOT query) http://www.nabble.com/Re%3A-How-to-implement-AJAX-search%7ELucene-Search-part--p11027221.html -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: Wildcards / Binary searches

2007-06-07 Thread Frédéric Glorieux
Term.compareTo() for this project, definitively not a good practice for portability of indexes. A duplicate field with an analyser to produce a sortable ASCII version would be better. Opinions of the list on this topic would be welcome. -- Frédéric Glorieux École nationale des chartes direction

Re: highlight and wildcards ?

2007-06-07 Thread Frédéric Glorieux
, and no one has implemented a solution yet... -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: highlight and wildcards ?

2007-06-07 Thread Frédéric Glorieux
is set to 1024 http://lucene.apache.org/java/1_4_3/api/org/apache/lucene/search/BooleanQuery.html#getMaxClauseCount() I know that some of my users will like to find big lists of words of phrases on common prefix, like ante for example. I should evaluate RegexQuery. -- Frédéric Glorieux École

Re: highlight and wildcards ?

2007-06-07 Thread Frédéric Glorieux
. For an highlighter , I should investigate in your code, to see where the regexp could be plugged, without losing analysers (that we also need, nothing is simple). -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique : With a?* I get

custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
of advice welcome, and if I touch a bug, be sure I will do my best to help. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
mystery. Following your advice from another post, I will write a specific request Handler, so it would be easier to trace the problem, with a very simple first solution, stop sending exception (to avoid gigabytes of logs). -- Frédéric Glorieux École nationale des chartes direction des nouvelles

SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
with html, and it requests for favicon.ico. -- Frédéric Glorieux École nationale des chartes direction des nouvelles technologies et de l'informatique

Re: SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
Frédéric Glorieux a écrit : I'm baffled. [Yonic] I don't know why that would be... what is the client sending the request? If it gets an error, does it retry or something? Good ! Nothing in logs when the class is resquested from curl, Sorry, same idea, but it's a CSS link