Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3336

SolrEntityProcessor should substitute params at query time, not startup time

    XMLWordPrintableJSON

Details

    Description

      The SolrEntityProcessor performs variable substitution at startup, not at query time. This means that this technique cannot work:

      <entity get a document>
         <field SomeField/>
         <entity SolrEntityProcessor query="${SomeField}"/>
      </entity>
      

      The SEP should substitute the new value of SomeField into each query string.

      Attachments

        1. SolrEntityProcessor.java
          9 kB
          Michael Kroh

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lancenorskog Lance Norskog
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: