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

Create a new Indexing Infinispan annotation API

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

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

      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)

       

              anistor Adrian Nistor (Inactive)
              karestig@redhat.com Katia Aresti
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: