Giter Site home page Giter Site logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I'm also seeing this... I have the .prx index, but can't view it in Luke

Original comment by [email protected] on 16 Jul 2010 at 3:31

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I'm hitting this as well. As a workaround, you can use "Reconstruct & Edit" to 
see all of the fields, but this less than optimal.


Original comment by [email protected] on 5 Apr 2011 at 5:46

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Great tool, but this bug was keeping me from the main use that I wanted it for 
so I tracked it down.  The bug is on line 2514 of Luke.java for the 3.5.0 
source.

    for (int i = 0; i < idxFields.length; i++) {
      Fieldable[] fields = doc.getFieldables(idxFields[i]);
-->     if (fields == null) {
        addFieldRow(table, idxFields[i], null, docid);


doc.getFieldables returns an empty array when the field isn't stored, never 
null(doc.getFieldable returns null)  So the line should be

    if (fields.length == 0) {

I tested this change and it seemed to work ok.

Original comment by [email protected] on 21 Feb 2012 at 1:47

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
any updates? (bug is still in 4-alpha)

Original comment by [email protected] on 25 Jul 2012 at 3:44

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I fixed this now in trunk rev. 85 - thank you for your patience. For now, 
please build a binary yourself, this fix will be included in the next 
maintenance version.

Original comment by [email protected] on 25 Jul 2012 at 10:22

  • Changed state: Fixed

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
many thanks, indeed the problematic field is now appeared, ...but still no way 
to look into its content: <not present or not stored>. Hm, perhaps one should 
use "reconstruct" for such fields... 

Original comment by [email protected] on 25 Jul 2012 at 10:35

from luke.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
If this field in this particular doc indeed has a term vector stored then you 
should be able to see it .. can you please build a tiny index that would 
exhibit this problem and attach it here?

Original comment by [email protected] on 25 Jul 2012 at 10:45

from luke.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.