mirror of https://github.com/apache/lucene.git
add javadoc return value
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1372406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d27c0364b
commit
6331d4be67
|
@ -254,7 +254,7 @@ class ExtendedBufferedReader extends BufferedReader {
|
||||||
* Skips all chars in the input until (but excluding) the given char
|
* Skips all chars in the input until (but excluding) the given char
|
||||||
*
|
*
|
||||||
* @param c
|
* @param c
|
||||||
* @return
|
* @return counter
|
||||||
* @throws IllegalArgumentException
|
* @throws IllegalArgumentException
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -958,7 +958,7 @@ class ExtendedDismaxQParser extends QParser {
|
||||||
* Returns the aliases found for a field.
|
* Returns the aliases found for a field.
|
||||||
* Returns null if there are no aliases for the field
|
* Returns null if there are no aliases for the field
|
||||||
* @param field
|
* @param field
|
||||||
* @return
|
* @return Alias
|
||||||
*/
|
*/
|
||||||
public Alias getAlias(String field) {
|
public Alias getAlias(String field) {
|
||||||
return aliases.get(field);
|
return aliases.get(field);
|
||||||
|
|
Loading…
Reference in New Issue