Searched refs:host (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DVerifyingLockFactory.java33 * host & port matching what you pass to the constructor.
43 String host; field in class:VerifyingLockFactory
55 Socket s = new Socket(host, port);
103 * @param host host or IP where {@link LockVerifyServer}
108 public VerifyingLockFactory(byte id, LockFactory lf, String host, int port) throws IOException { argument
111 this.host = host;
/lucene-3.6.0/lucene/contrib/remote/src/test/org/apache/lucene/search/
H A DRemoteTestCase.java48 public Socket createSocket(String host, int port) throws IOException {
49 return new Socket(host, port);
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dconnection_test.rb32 assert_equal 'localhost', connection.url.host
/lucene-3.6.0/solr/client/ruby/solr-ruby/lib/solr/
H A Dconnection.rb44 @connection = Net::HTTP.new(@url.host, @url.port)
/lucene-3.6.0/solr/contrib/dataimporthandler-extras/src/test/org/apache/solr/handler/dataimport/
H A DTestMailEntityProcessor.java52 private static final String host = "host"; field in class:TestMailEntityProcessor
176 params.put("host", host);
/lucene-3.6.0/solr/contrib/dataimporthandler-extras/src/java/org/apache/solr/handler/dataimport/
H A DMailEntityProcessor.java65 host = getStringFromContext("host", null);
69 if (host == null || protocol == null || user == null || password == null
72 "'user|password|protocol|host|folders' are required attributes");
266 mailbox.connect(host, user, password);
299 config.append("host : ").append(host).append(System.getProperty("line.separator"));
520 private String host; field in class:MailEntityProcessor

Completed in 291 milliseconds