Help for this page

Select Code to Download


  1. or download this
    ### Parameters explicitly listed
    sub createIndex {
        my ($dbh, $indexName, $frontend, $backend, $scoring) = @_;
    ...
    
        ...
    }
    
  2. or download this
    public void createIndex(Connection conn, String indexName, String fron
    +tend, String backend, int scoring) {
    ...
    }