Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LinkedInAttic/indextank-engine
/ functions
Functions
7,811 in github.com/LinkedInAttic/indextank-engine
⨍
Functions
7,811
◇
Types & classes
968
↓ 1,210 callers
Method
append
Appends the given array to this CharsRef
lucene-experimental/com/flaptor/org/apache/lucene/util/CharsRef.java:202
↓ 679 callers
Method
put
Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:296
↓ 603 callers
Method
compareTo
(Object obj)
cojen-2.2.1-sources/org/cojen/util/KeyFactory.java:490
↓ 508 callers
Method
equals
(Object obj)
cojen-2.2.1-sources/org/cojen/util/KeyFactory.java:488
↓ 496 callers
Method
get
(int index)
cojen-2.2.1-sources/org/cojen/classfile/BitList.java:35
↓ 329 callers
Method
getName
Returns the name of this property.
cojen-2.2.1-sources/org/cojen/util/BeanProperty.java:31
↓ 325 callers
Method
size
()
gen-java/com/flaptor/indextank/rpc/Searcher.java:37
↓ 284 callers
Method
add
Add a new {@link Document} to the Index or update an existing one @param docId external (customer) identifier of the document @param document the {@l
src/main/java/com/flaptor/indextank/Indexer.java:35
↓ 238 callers
Method
toString
()
cojen-2.2.1-sources/org/cojen/util/BeanProperty.java:83
↓ 225 callers
Method
flush
()
src/main/java/com/flaptor/indextank/storage/RawLog.java:84
↓ 188 callers
Method
println
(String text)
cojen-2.2.1-sources/org/cojen/classfile/BuilderStylePrinter.java:531
↓ 148 callers
Method
print
(StackMapTableAttr.VerificationTypeInfo[] infos)
cojen-2.2.1-sources/org/cojen/classfile/AssemblyStylePrinter.java:1493
↓ 139 callers
Method
getValue
(int varIndex)
src/main/java/com/flaptor/indextank/query/QueryVariables.java:21
↓ 100 callers
Method
error
(Throwable t, String message, Object... args)
src/main/java/com/flaptor/indextank/util/FormatLogger.java:64
↓ 88 callers
Method
info
(String message, Object... args)
src/main/java/com/flaptor/indextank/util/FormatLogger.java:46
↓ 88 callers
Method
length
()
src/main/java/com/flaptor/indextank/storage/Segment.java:93
↓ 87 callers
Method
set
@return true if any change made
cojen-2.2.1-sources/org/cojen/classfile/BitList.java:86
↓ 86 callers
Method
getKey
()
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:593
↓ 85 callers
Method
println
(String str)
cojen-2.2.1-sources/org/cojen/classfile/CodeAssemblerPrinter.java:631
↓ 80 callers
Method
print
(TypeDesc type)
cojen-2.2.1-sources/org/cojen/classfile/BuilderStylePrinter.java:480
↓ 79 callers
Method
readUnsignedShort
()
cojen-2.2.1-sources/org/cojen/classfile/CodeDisassembler.java:1522
↓ 77 callers
Method
charAt
(int index)
lucene-experimental/com/flaptor/org/apache/lucene/util/CharsRef.java:219
↓ 76 callers
Method
close
Executes the method close with no parameters on the object received. If the object is null, it does nothing (should this be logged?). Any exception th
flaptor-util/com/flaptor/util/Execute.java:77
↓ 75 callers
Method
entrySet
Returns a collection view of the mappings contained in this map. Each element in the returned collection is a <tt>Map.Entry</tt>. The collection is
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:507
↓ 68 callers
Method
hashCode
()
cojen-2.2.1-sources/org/cojen/util/KeyFactory.java:486
↓ 68 callers
Method
iterator
()
src/main/java/com/flaptor/indextank/util/SkippableIterable.java:21
↓ 66 callers
Method
println
(Object text)
cojen-2.2.1-sources/org/cojen/classfile/AssemblyStylePrinter.java:1543
↓ 64 callers
Method
findByThriftId
Find the _Fields constant that matches fieldId, or null if its not found.
gen-java/com/flaptor/indextank/rpc/Indexer.java:6004
↓ 62 callers
Method
create
Create a ClassInjector for defining one class. The parent ClassLoader used is the one which loaded the ClassInjector class.
cojen-2.2.1-sources/org/cojen/util/ClassInjector.java:71
↓ 59 callers
Method
getProtocol
()
src/main/java/com/flaptor/indextank/storage/SegmentWriter.java:70
↓ 59 callers
Method
getState
()
src/main/java/com/flaptor/indextank/suggest/Automaton.java:29
↓ 58 callers
Method
forClass
Acquire a TypeDesc from any class, including primitives and arrays.
cojen-2.2.1-sources/org/cojen/classfile/TypeDesc.java:122
↓ 54 callers
Method
call
()
flaptor-util/com/flaptor/util/Execute.java:304
↓ 52 callers
Method
findMatches
Search interface. @param query a AQuery implementation. @param limit the number of documents to retrieve. @param scoringFunctionIndex TODO
src/main/java/com/flaptor/indextank/index/QueryMatcher.java:31
↓ 50 callers
Method
loadConstant
Generates code that loads a constant string value onto the stack. If value is null, the generated code loads a null onto the stack. Strings that excee
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:126
↓ 50 callers
Method
makeMemberValue
(boolean value)
cojen-2.2.1-sources/org/cojen/classfile/attribute/Annotation.java:201
↓ 48 callers
Method
getTypeDescName
(TypeDesc type)
cojen-2.2.1-sources/org/cojen/classfile/CodeAssemblerPrinter.java:652
↓ 47 callers
Method
write
(TProtocol oprot)
gen-java/com/flaptor/indextank/rpc/Indexer.java:6147
↓ 45 callers
Method
getType
()
cojen-2.2.1-sources/org/cojen/classfile/LocalVariable.java:32
↓ 45 callers
Method
loadLocal
(LocalVariable local)
cojen-2.2.1-sources/org/cojen/classfile/CodeBuilder.java:450
↓ 44 callers
Method
findByThriftId
Find the _Fields constant that matches fieldId, or null if its not found.
gen-java/com/flaptor/indextank/rpc/Controller.java:6031
↓ 44 callers
Method
loadLocal
Generates code that loads a local variable onto the stack. Parameters passed to a method and the "this" reference are all considered local variables,
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:173
↓ 42 callers
Method
setLocation
Sets the location of a label to be at the current postion in the code being generated. @return the Label itself.
cojen-2.2.1-sources/org/cojen/classfile/Label.java:39
↓ 41 callers
Method
getLocation
Returns -1 if the location isn't yet fully resolved. @exception IllegalStateException when the location is unknown because the setLocation method was
cojen-2.2.1-sources/org/cojen/classfile/Label.java:47
↓ 40 callers
Method
setField
(String key, String value)
src/main/java/com/flaptor/indextank/index/Document.java:40
↓ 39 callers
Method
getName
May return null if this LocalVariable is unnamed.
cojen-2.2.1-sources/org/cojen/classfile/LocalVariable.java:28
↓ 36 callers
Method
debug
(String message, Object... args)
src/main/java/com/flaptor/indextank/util/FormatLogger.java:40
↓ 36 callers
Method
getIndex
The index of this constant in the constant pool. Is -1 if the index has not yet been resolved. Constant pool indexes are resolved when the constant po
cojen-2.2.1-sources/org/cojen/classfile/ConstantInfo.java:57
↓ 36 callers
Method
readInt
()
cojen-2.2.1-sources/org/cojen/classfile/CodeDisassembler.java:1528
↓ 35 callers
Method
addConstantUTF
Get or create a constant UTF string from the constant pool.
cojen-2.2.1-sources/org/cojen/classfile/ConstantPool.java:228
↓ 35 callers
Method
isPrimitive
Returns true if this is a primitive type.
cojen-2.2.1-sources/org/cojen/classfile/TypeDesc.java:428
↓ 35 callers
Method
or
@return true if any changes made
cojen-2.2.1-sources/org/cojen/classfile/BitList.java:95
↓ 35 callers
Method
write
(TProtocol oprot)
gen-java/com/flaptor/indextank/rpc/Controller.java:6486
↓ 34 callers
Method
addTransition
Adds an outgoing transition. @param t transition
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/State.java:111
↓ 34 callers
Method
length
()
lucene-experimental/com/flaptor/org/apache/lucene/util/CharsRef.java:215
↓ 33 callers
Method
isSingleton
()
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/Automaton.java:189
↓ 32 callers
Method
addInstruction
@param pushed type of argument pushed to operand stack after instruction executes; pass TypeDesc.VOID if nothing
cojen-2.2.1-sources/org/cojen/classfile/CodeBuilder.java:145
↓ 32 callers
Method
assertResultIds
(String message, TopMatches results, String... ids)
src/test/java/com/flaptor/indextank/IndexTankTestCase.java:70
↓ 32 callers
Method
getFieldName
()
gen-java/com/flaptor/indextank/rpc/Indexer.java:6040
↓ 32 callers
Method
is_set_ite
Returns true if field ite is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Indexer.java:6288
↓ 32 callers
Method
parseInt
Parses the string argument as if it was an int value and returns the result. Throws NumberFormatException if the string does not represent an int quan
lucene-experimental/com/flaptor/org/apache/lucene/util/ArrayUtil2.java:50
↓ 32 callers
Method
query
(String queryStr)
src/test/java/com/flaptor/indextank/IndexTankTestCase.java:44
↓ 32 callers
Method
read
(TProtocol iprot)
gen-java/com/flaptor/indextank/rpc/Indexer.java:6126
↓ 31 callers
Method
search
Search interface. @param query a AQuery implementation. @param start the offset of the first document to retrieve. @param limit the number of document
src/main/java/com/flaptor/indextank/search/DocumentSearcher.java:37
↓ 30 callers
Method
abs
(double val)
src/main/java/com/flaptor/indextank/index/scorer/ScoreMath.java:36
↓ 30 callers
Method
getModifiers
()
cojen-2.2.1-sources/org/cojen/classfile/ClassFile.java:449
↓ 29 callers
Method
whoAmI
This method returns the fully qualified name of the class where it is invoked. The string returned is the same as the one returned by getClass().getNa
flaptor-util/com/flaptor/util/Execute.java:132
↓ 27 callers
Method
getParameterTypes
()
cojen-2.2.1-sources/org/cojen/classfile/MethodDesc.java:182
↓ 26 callers
Method
getDocId
()
src/main/java/com/flaptor/indextank/index/ScoredMatch.java:43
↓ 26 callers
Method
getFullName
Returns the class name for this descriptor. If the type is primitive, then the Java primitive type name is returned. If the type is an array, "[]" is
cojen-2.2.1-sources/org/cojen/classfile/TypeDesc.java:411
↓ 26 callers
Method
invoke
Generates code to invoke a method. If the method is static, the method's argument(s) must be on the stack. If the method is non-static, then the objec
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:421
↓ 26 callers
Method
write
(LogRecord record)
src/main/java/com/flaptor/indextank/storage/RawLog.java:59
↓ 25 callers
Method
byteAt
(int idx)
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/UTF32ToUTF8.java:66
↓ 25 callers
Method
containsKey
Returns <tt>true</tt> if this map contains a mapping for the specified key. @return <tt>true</tt> if this map contains a mapping for the specified ke
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:192
↓ 25 callers
Method
error
Invoked on disassembly errors. By default, this method does nothing.
cojen-2.2.1-sources/org/cojen/classfile/CodeDisassembler.java:1235
↓ 25 callers
Method
loadConstant
(String value)
cojen-2.2.1-sources/org/cojen/classfile/CodeBuilder.java:254
↓ 25 callers
Method
next
()
src/main/java/com/flaptor/indextank/util/Skippables.java:37
↓ 24 callers
Method
appendName
@return true if tag was appended too
cojen-2.2.1-sources/org/cojen/util/AnnotationDescPrinter.java:287
↓ 24 callers
Method
findByThriftId
Find the _Fields constant that matches fieldId, or null if its not found.
gen-java/com/flaptor/indextank/rpc/LogManager.java:2396
↓ 24 callers
Method
findByThriftId
Find the _Fields constant that matches fieldId, or null if its not found.
gen-java/com/flaptor/indextank/rpc/Storage.java:875
↓ 24 callers
Method
get
Returns the value to which this map maps the specified key. Returns <tt>null</tt> if the map contains no mapping for this key. A return value of <tt
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:228
↓ 24 callers
Method
is_set_ne
Returns true if field ne is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:6703
↓ 24 callers
Method
match
(int c)
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/RegExp.java:842
↓ 24 callers
Method
put
(Annotation ann, String name, int pos, Annotation.MemberValue mv)
cojen-2.2.1-sources/org/cojen/util/AnnotationBuilder.java:216
↓ 24 callers
Method
read
(TProtocol iprot)
gen-java/com/flaptor/indextank/rpc/Controller.java:6435
↓ 22 callers
Method
contains
(Object o)
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:450
↓ 22 callers
Method
convert
Generates code that converts the value of a primitive type already on the stack. Conversions between all primitive types are supported as well as boxi
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:390
↓ 22 callers
Method
createLabel
()
cojen-2.2.1-sources/org/cojen/classfile/CodeBuilder.java:208
↓ 22 callers
Method
getFieldName
()
gen-java/com/flaptor/indextank/rpc/Controller.java:6075
↓ 22 callers
Method
startsWith
(BytesRef other)
lucene-experimental/com/flaptor/org/apache/lucene/util/BytesRef.java:176
↓ 22 callers
Method
warn
(Throwable t, String message, Object... args)
src/main/java/com/flaptor/indextank/util/FormatLogger.java:52
↓ 22 callers
Method
write
(TProtocol oprot)
gen-java/com/flaptor/indextank/rpc/Searcher.java:3176
↓ 21 callers
Method
count
(String query)
gen-java/com/flaptor/indextank/rpc/Searcher.java:35
↓ 21 callers
Method
createLabel
Creates a label, whose location must be set. To create a label and locate it here, the following example demonstrates how the call to setLocation can
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:75
↓ 21 callers
Method
keySet
Returns a set view of the keys contained in this map. The set is backed by the map, so changes to the map are reflected in the set, and vice-versa.
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:441
↓ 21 callers
Method
min
(double val1, double val2)
src/main/java/com/flaptor/indextank/index/scorer/ScoreMath.java:28
↓ 21 callers
Method
parseQuery
(final String queryStr)
src/main/java/com/flaptor/indextank/query/IndexEngineParser.java:50
↓ 21 callers
Method
write
(TProtocol oprot)
gen-java/com/flaptor/indextank/rpc/Storage.java:1433
↓ 20 callers
Method
getResults
()
src/main/java/com/flaptor/indextank/search/SearchResults.java:44
↓ 20 callers
Method
intern
(TypeDesc type)
cojen-2.2.1-sources/org/cojen/classfile/TypeDesc.java:115
next →
1–100 of 7,811, ranked by callers