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
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/LogManager.java:3676
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:3068
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:3624
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:4362
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:7596
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Controller.java:8430
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Indexer.java:8002
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Indexer.java:9158
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Indexer.java:10199
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Searcher.java:1972
↓ 7 callers
Method
is_set_success
Returns true if field success is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Searcher.java:3885
↓ 7 callers
Method
is_set_token
Returns true if field token is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/LogReader.java:387
↓ 7 callers
Method
is_set_top10
Returns true if field top10 is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/SearcherStats.java:281
↓ 7 callers
Method
is_set_undealt_segments
Returns true if field undealt_segments is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/RawLogInfo.java:184
↓ 7 callers
Method
is_set_unsorted_segments
Returns true if field unsorted_segments is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/IndexLogInfo.java:340
↓ 7 callers
Method
is_set_value
Returns true if field value is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/CategoryFilter.java:184
↓ 7 callers
Method
is_set_variableRangeFilters
Returns true if field variableRangeFilters is set (has been asigned a value) and false otherwise
gen-java/com/flaptor/indextank/rpc/Searcher.java:1083
↓ 7 callers
Method
km
(double x1, double y1, double x2, double y2)
src/main/java/com/flaptor/indextank/index/scorer/ScoreMath.java:87
↓ 7 callers
Method
loadThis
Loads a reference to "this" onto the stack. Static methods have no "this" reference, and an exception is thrown when attempting to generate "this" in
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:180
↓ 7 callers
Method
markSynthetic
Mark this class as being synthetic by adding a special attribute.
cojen-2.2.1-sources/org/cojen/classfile/ClassFile.java:914
↓ 7 callers
Method
newObject
Generates code to create a new object. Unless the new object is an array, it is invalid until a constructor method is invoked on it. <p> If the specif
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:619
↓ 7 callers
Method
read
(TProtocol iprot)
gen-java/com/flaptor/indextank/rpc/LogPage.java:314
↓ 7 callers
Method
read
(TProtocol iprot)
gen-java/com/flaptor/indextank/rpc/DeployManager.java:1141
↓ 7 callers
Method
read
(TProtocol iprot)
gen-java/com/flaptor/indextank/rpc/WorkerManager.java:693
↓ 7 callers
Method
readUnsignedShort
()
cojen-2.2.1-sources/org/cojen/classfile/AssemblyStylePrinter.java:1525
↓ 7 callers
Method
setAccept
Sets acceptance for this state. @param accept if true, this state is an accept state
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/State.java:125
↓ 7 callers
Method
set_deleted
(boolean deleted)
gen-java/com/flaptor/indextank/rpc/LogRecord.java:356
↓ 7 callers
Method
set_message
(String message)
gen-java/com/flaptor/indextank/rpc/IndextankException.java:137
↓ 7 callers
Method
set_next_type
@see PageType
gen-java/com/flaptor/indextank/rpc/LogPageToken.java:307
↓ 7 callers
Method
sqrt
(double val)
src/main/java/com/flaptor/indextank/index/scorer/ScoreMath.java:51
↓ 7 callers
Method
toClass
Returns this type as a class. If the class isn't found, null is returned.
cojen-2.2.1-sources/org/cojen/classfile/TypeDesc.java:483
↓ 7 callers
Method
updateCategories
(String docId, Map<String, String> categories)
src/main/java/com/flaptor/indextank/BoostingIndexer.java:73
↓ 7 callers
Method
values
Returns a collection view of the values contained in this map. The collection is backed by the map, so changes to the map are reflected in the collec
cojen-2.2.1-sources/org/cojen/util/IntHashMap.java:475
↓ 6 callers
Method
add
(String docid, Document doc)
src/main/java/com/flaptor/indextank/index/rti/RealTimeIndex.java:56
↓ 6 callers
Method
addFunction
(final int delta)
src/main/java/com/flaptor/indextank/index/term/query/PhraseMerger.java:141
↓ 6 callers
Method
addInterface
Add an interface that this class implements. @param interfaceName Full interface name.
cojen-2.2.1-sources/org/cojen/classfile/ClassFile.java:714
↓ 6 callers
Method
assertRecordDocIds
(List<LogRecord> records, String... docids)
src/test/java/com/flaptor/indextank/storage/BaseLogStorageTest.java:83
↓ 6 callers
Method
clear
()
gen-java/com/flaptor/indextank/rpc/LogPageToken.java:199
↓ 6 callers
Method
clear
()
gen-java/com/flaptor/indextank/rpc/WorkerManager.java:573
↓ 6 callers
Method
clear
()
gen-java/com/flaptor/indextank/rpc/RangeFilter.java:179
↓ 6 callers
Method
cloneIfRequired
Returns a clone of this automaton, or this automaton itself if <code>allow_mutation</code> flag is set.
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/Automaton.java:665
↓ 6 callers
Method
defineClass
Finishes the class definition.
cojen-2.2.1-sources/org/cojen/classfile/RuntimeClassFile.java:139
↓ 6 callers
Method
forArguments
Acquire a MethodDesc from a set of arguments. @param ret return type of method; null implies void @param params parameters to method; null implies non
cojen-2.2.1-sources/org/cojen/classfile/MethodDesc.java:52
↓ 6 callers
Method
generateAccessMethod
(ClassFile cf, Class beanType,
cojen-2.2.1-sources/org/cojen/util/BeanPropertyAccessor.java:156
↓ 6 callers
Method
getAcceptStates
Returns the set of reachable accept states. @return set of {@link State} objects
lucene-experimental/com/flaptor/org/apache/lucene/util/automaton/Automaton.java:334
↓ 6 callers
Method
getAnnotations
()
cojen-2.2.1-sources/org/cojen/classfile/attribute/AnnotationsAttr.java:55
↓ 6 callers
Method
getBitmask
()
src/main/java/com/flaptor/indextank/index/scorer/CategoryMaskManager.java:217
↓ 6 callers
Method
getBytes
Returns null if this is a pseudo instruction and no bytes are generated.
cojen-2.2.1-sources/org/cojen/classfile/InstructionList.java:917
↓ 6 callers
Method
getCategoryInfos
()
src/main/java/com/flaptor/indextank/index/scorer/CategoryMaskManager.java:87
↓ 6 callers
Method
getExceptionHandlers
()
cojen-2.2.1-sources/org/cojen/classfile/CodeBuffer.java:33
↓ 6 callers
Method
getFieldName
()
gen-java/com/flaptor/indextank/rpc/DeployManager.java:983
↓ 6 callers
Method
getFieldName
()
gen-java/com/flaptor/indextank/rpc/WorkerManager.java:532
↓ 6 callers
Method
getIndex
()
cojen-2.2.1-sources/org/cojen/classfile/InstructionList.java:643
↓ 6 callers
Method
getInstance
Returns a Modifiers object with the given bitmask.
cojen-2.2.1-sources/org/cojen/classfile/Modifiers.java:49
↓ 6 callers
Method
getKey
()
cojen-2.2.1-sources/org/cojen/util/ReferencedValueHashMap.java:689
↓ 6 callers
Method
getLocalInfos
()
cojen-2.2.1-sources/org/cojen/classfile/attribute/StackMapTableAttr.java:247
↓ 6 callers
Method
getName
()
cojen-2.2.1-sources/org/cojen/classfile/constant/ConstantNameAndTypeInfo.java:54
↓ 6 callers
Method
getNameAndType
()
cojen-2.2.1-sources/org/cojen/classfile/constant/ConstantMethodInfo.java:45
↓ 6 callers
Method
getNumber
Returns the number used by this LocalVariable, or -1 if not yet resolved.
cojen-2.2.1-sources/org/cojen/classfile/LocalVariable.java:40
↓ 6 callers
Method
getParentClass
()
cojen-2.2.1-sources/org/cojen/classfile/constant/ConstantMethodInfo.java:41
↓ 6 callers
Method
getPrevious
()
cojen-2.2.1-sources/org/cojen/classfile/attribute/StackMapTableAttr.java:163
↓ 6 callers
Method
getRoot
Returns the query root node. @return the query root node.
src/main/java/com/flaptor/indextank/query/Query.java:81
↓ 6 callers
Method
getSorter
SorterTemplate with custom {@link Comparator}
lucene-experimental/com/flaptor/org/apache/lucene/util/ArrayUtil2.java:610
↓ 6 callers
Method
getStartOffset
()
src/main/java/com/flaptor/indextank/query/AToken.java:23
↓ 6 callers
Method
getSuperClassName
()
cojen-2.2.1-sources/org/cojen/classfile/ClassFile.java:435
↓ 6 callers
Method
getType
()
cojen-2.2.1-sources/org/cojen/classfile/constant/ConstantNameAndTypeInfo.java:58
↓ 6 callers
Method
getType
()
cojen-2.2.1-sources/org/cojen/util/BeanIntrospector.java:297
↓ 6 callers
Method
get_records
()
gen-java/com/flaptor/indextank/rpc/LogBatch.java:153
↓ 6 callers
Method
hasNext
()
cojen-2.2.1-sources/org/cojen/util/WeakIdentityMap.java:712
↓ 6 callers
Method
ifComparisonBranch
Generates code the performs a conditional branch based on a comparison between two int values on the stack. The first int value on the stack is on the
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:744
↓ 6 callers
Method
ifEqualBranch
Generates code that performs a conditional branch based on the value of two object references on the stack. A branch is performed based on whether the
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:717
↓ 6 callers
Method
invokeConstructor
Generates code to invoke a class constructor in this class. The object reference and the constructor's argument(s) must be on the stack. @param param
cojen-2.2.1-sources/org/cojen/classfile/CodeAssembler.java:578
↓ 6 callers
Method
invokeVirtual
(String methodName, TypeDesc ret, TypeDesc[] par
cojen-2.2.1-sources/org/cojen/classfile/CodeBuilder.java:1171
↓ 6 callers
Method
is_deleted
()
gen-java/com/flaptor/indextank/rpc/LogRecord.java:352
↓ 6 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/Storage.java:2291
↓ 6 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/Storage.java:3076
↓ 6 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/Storage.java:3814
↓ 6 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/Storage.java:4599
↓ 6 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/Storage.java:5335
↓ 6 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:2567
↓ 6 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:3216
↓ 6 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:3912
↓ 6 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:4608
↓ 6 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:5170
↓ 6 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:5821
↓ 6 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:6937
↓ 6 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:7497
↓ 6 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:8026
↓ 6 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:8601
↓ 6 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:9182
↓ 6 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:9720
↓ 6 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/Searcher.java:1996
↓ 6 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/Searcher.java:2802
↓ 6 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/Searcher.java:3909
↓ 6 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:1803
↓ 6 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:2540
↓ 6 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:3092
↓ 6 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:3648
↓ 6 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:4386
↓ 6 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:4905
← previous
next →
401–500 of 7,811, ranked by callers