Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13133

Create a new Indexing Infinispan annotation API

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Major
    • None
    • 12.1.4.Final, 13.0.0.Dev02
    • Remote Querying
    • None
    • Undefined

    Description

      Today we use @Protodoc annotations with indexing metadada to indicate Infinispan how to index entities.

      Create a new API that hides this implementation detail in favor of a new Indexing annotations that will automatically translate.

      Instead of

      @ProtoDoc("@Field(index=Index.YES, analyze = Analyze.NO, store = Store.YES)")
      @ProtoDoc("@SortableField")

      Having

      @Indexed(store=true, analyze=false, sortable=true)

       

      Attachments

        Issue Links

          Activity

            People

              anistor Adrian Nistor (Inactive)
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: