Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for wt (0.01 sec)

  1. MIGRATION.md

    For migrating from Apache Solr:
    
    #### Document Export and Import
    
    **Step 1: Export from Solr**
    
    ```bash
    # Export Solr documents as JSON
    curl "http://solr-server:8983/solr/collection1/select?q=*:*&rows=10000&wt=json" \
      -o solr-export.json
    ```
    
    **Step 2: Transform to Fess Format**
    
    Create a transformation script to map Solr fields to Fess fields:
    
    ```python
    import json
    
    # Load Solr export
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.wmc",
    				"application/vnd.wmf.bootstrap",
    				"application/vnd.wordperfect",
    				"application/vnd.wqd",
    				"application/vnd.wrq-hp3000-labelled",
    				"application/vnd.wt.stf",
    				"application/vnd.wv.csp+wbxml",
    				"application/vnd.wv.csp+xml",
    				"application/vnd.wv.ssp+xml",
    				"application/vnd.xara",
    				"application/vnd.xfdl",
    				"application/vnd.xfdl.webform",
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 03:46:53 UTC 2025
    - 50.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
      <mime-type type="application/vnd.wqd">
        <glob pattern="*.wqd"/>
      </mime-type>
      <mime-type type="application/vnd.wrq-hp3000-labelled"/>
      <mime-type type="application/vnd.wt.stf">
        <glob pattern="*.stf"/>
      </mime-type>
      <mime-type type="application/vnd.wv.csp+wbxml"/>
      <mime-type type="application/vnd.wv.csp+xml"/>
      <mime-type type="application/vnd.wv.ssp+xml"/>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top