thierry baudouin

Show:

What's happening?

  • ZIF Extracting fails

    i think there is a probleme with this method: public static List unzip(InputStream is) { List res = new ArrayList(); try { ZipInputStream in = new ZipInputStream(is); ZipEntry entry = null; while ((entry = in.getNextEntry()) != null) { ByteArrayOutputStream stream = new ByteArrayOutputStream(); byte[] buf = new byte[1024]; int len; while ((len =...

    2008-08-12 11:08:25 UTC in LIUS (Lucene Index Update and Search)

  • Followup: RE: Find the filename and path from index

    Oui c'est possible d'avoir le chemin, d'ailleurs c'est une info cruciale. Il faut ajouter la ligne filepath dans liusCongig.xml, par defaut elle n'y est pas : <searchResult> <fieldsToDisplay setHighlighter="true"> <luceneField name="title" label="title"/> <luceneField name="filePath" label="File path" />.

    2008-08-11 15:36:20 UTC in LIUS (Lucene Index Update and Search)

About Me

  • 2008-08-11 (1 year ago)
  • 2176969
  • tb44 (My Site)
  • thierry baudouin

Send me a message