This commit is contained in:
kimchy 2010-04-07 18:16:47 +03:00
parent 7ed9435a3a
commit bd5260a4f8
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {