javadoc
This commit is contained in:
parent
7ed9435a3a
commit
bd5260a4f8
|
@ -29,7 +29,7 @@ import org.elasticsearch.util.gnu.trove.THashSet;
|
|||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
public class DfsPhase implements SearchPhase {
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.io.IOException;
|
|||
import static org.elasticsearch.search.SearchShardTarget.*;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
public class DfsSearchResult implements SearchPhaseResult {
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ import org.elasticsearch.util.timer.Timeout;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
public class SearchContext implements Releasable {
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.elasticsearch.util.settings.Settings;
|
|||
import org.slf4j.Logger;
|
||||
|
||||
/**
|
||||
* @author kimchy (Shay Banon)
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
public class AbstractComponent {
|
||||
|
||||
|
|
Loading…
Reference in New Issue