public final class MultiReaderFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
closeReader(IndexReader multiReader) |
static IndexReader |
openReader(IndexManager... indexManagers) |
static IndexReader |
openReader(SortConfigurations configuredSorts,
Sort sort,
IndexManager[] indexManagers,
boolean indexUninvertingAllowed) |
public static IndexReader openReader(IndexManager... indexManagers)
public static IndexReader openReader(SortConfigurations configuredSorts, Sort sort, IndexManager[] indexManagers, boolean indexUninvertingAllowed)
public static void closeReader(IndexReader multiReader)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved