Details

    • Sub-task
    • Status: Closed
    • Should
    • Resolution: Fixed
    • None
    • Platform 1.11.0
    • Concept Dictionary
    • None
    • Medium
    • Soldevelo Sprint 1

    Description

      We need to replace query terms like concept.retired:false or voided:false with TermsFilter.

      It should be possible to call:
      LuceneQuery.newQuery("name: HIV", sessionFactory.getCurrentSession(), ConceptName.class).filter("concept.retired", false).filter("voided", false).list();

      The filter(String, Object...) method should use TermsFilter. See the skipSame method for an example of usage. Instead of instantiating a new terms filter each time as in skipSame, use a global filter as explained in http://docs.jboss.org/hibernate/search/3.2/reference/en/html/search-query.html#query-filter which can be cached.

      Use filters in HibernateConceptDAO.getConcepts for the following fields: concept.retired, concept.conceptClass.conceptClassId, concept.datatype.conceptDatatypeId, voided.

      Gliffy Diagrams

        Attachments

          Activity

            People

              jkondrat Jakub Kondrat
              raff Rafal Korytkowski
              Rafal Korytkowski Rafal Korytkowski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 2 days
                  2d
                  Remaining:
                  Time Spent - 1 day, 1 hour Remaining Estimate - 7 hours
                  7h
                  Logged:
                  Time Spent - 1 day, 1 hour Remaining Estimate - 7 hours
                  1d 1h