-
ch.entwine.weblounge.common.repository.WritableContentRepository.index()
Triggers a re-index of the repository's search index.
Depending on the implementation of the search index, the repository might be locked during this operation.
@throws ContentRepositoryException if the index operation fails
-
com.browseengine.bobo.index.BoboIndexer.index()
-
com.flaptor.hounder.indexer.Indexer.index()
Adds a document to the indexing queue.
@param doc the request Document
@return SUCCESS or RETRY_QUEUE_FULL
@throws IllegalStateException if the state of the indexer is not running.
@see com.flaptor.util.remote.XmlrpcServer
-
com.flaptor.hounder.indexer.RmiIndexerStub.index()
-
com.foundationdb.ais.model.AISBuilder.index()
-
com.foundationdb.ais.model.TestAISBuilder.index()
-
com.foundationdb.qp.rowtype.IndexRowType.index()
-
com.google.common.geometry.S2EdgeIndex.DataEdgeIterator.index()
-
com.googlecode.objectify.annotation.Subclass.index()
-
com.higherfrequencytrading.chronicle.Excerpt.index()
Attempt to set the index to this number. The method is re-tryable as another thread or process could be writing to this Chronicle.
@param index within the Chronicle
@return true if the index could be set to a valid entry.
@throws IndexOutOfBoundsException If index < 0
-
com.hmsonline.virgil.index.Indexer.index()
Indexes the content passed into the method, Assumes single-level/flat structure of the JSON.
@param json
-
com.hmsonline.virgil.index.SolrIndexer.index()
-
com.hp.hpl.jena.query.larq.IndexBuilderNode.index()
-
com.impetus.kundera.annotations.Index.index()
-
com.impetus.kundera.index.Indexer.index()
Index a document for given entity class and collection of values.
@param entityClazz entity class
@param values map of values containing field name as key and it's value.
-
com.liferay.portal.kernel.util.StringBundler.index()
-
com.linkedin.data.schema.UnionDataSchema.index()
Returns the index of a member.
@param type to obtain index for.
@return positive integer which is the index of the member if found else return -1.
-
com.nr.sort.Indexx.index()
-
com.skyline.energy.annotation.GenericTable.index()
-
com.spatial4j.core.shape.jts.JtsGeometry.index()
Adds an index to this class internally to compute spatial relations faster. In JTS this is called a {@link com.vividsolutions.jts.geom.prep.PreparedGeometry}. This isn't done by default because it takes some time to do the optimization, and it uses more memory. Calling this method isn't thread-safe so be careful when this is done. If it was already indexed then nothing happens.
-
com.tll.util.PropertyPath.index()
Assembles an indexed property name given the indexable property name and the desired index.
@param indexablePropName
@param index The numeric index
@return The indexed property name
-
com.vtence.molecule.middlewares.StaticAssets.index()
-
crate.elasticsearch.action.import_.ImportRequest.index()
-
dcamapi.DCAMDEV_OPEN.index()
-
edu.stanford.nlp.ling.CoreLabel.index()
{@inheritDoc}
-
edu.stanford.nlp.ling.HasIndex.index()
-
edu.stanford.nlp.ling.IndexedWord.index()
-
elephantdb.persistence.Persistence.index()
-
fr.inra.lipm.jezlucene.action.Index.index()
-
indexing.IndexTest.index()
-
indexing.Team.index()
-
indextype.Index1Type1.index()
-
indextype.Index2Type1.index()
-
io.crate.action.sql.query.QueryShardRequest.index()
-
io.crate.blob.BlobTransferStatus.index()
-
io.crate.blob.PutChunkReplicaRequest.index()
-
io.crate.planner.node.dml.ESDeleteNode.index()
-
java.lang.invoke.LambdaForm.Name.index()
-
javassist.bytecode.LocalVariableAttribute.index()
Returns local_variable_table[i].index
. This represents the index of the local variable.
@param i the i-th entry.
-
krati.store.ArrayStoreIndexIterator.index()
-
krati.store.ArrayStoreIterator.index()
-
lius.index.JCR.JCRIndexer.index()
-
net.fec.openrq.util.linearalgebra.io.ByteVectorIterator.index()
Returns an index of the current cell.
@return an index of the current cell
-
net.glowstone.GlowChunk.ChunkSection.index()
-
net.jcores.jre.cores.CoreString.index()
-
no.uib.cipr.matrix.VectorEntry.index()
Returns the current index
-
org.antlr.runtime.CommonTokenStream.index()
-
org.antlr.runtime.TokenStream.index()
-
org.antlr.runtime.tree.TreeWizard.index()
Walk the entire tree and make a node name to nodes mapping. For now, use recursion but later nonrecursive version may be more efficient. Returns Map where the List is of your AST node type. The Integer is the token type of the node. TODO: save this index so that find and visit are faster
-
org.antlr.runtime3_3_0.TokenStream.index()
-
org.antlr.v4.runtime.CharStream.index()
Return the current input symbol index 0..n where n indicates the last symbol has been read. The index is the index of char to be returned from LA(1).
-
org.antlr.v4.runtime.CommonTokenStream.index()
Return the current input symbol index 0..n where n indicates the last symbol has been read. The index is the index of char to be returned from LA(1).
-
org.apache.cocoon.components.search.LuceneCocoonIndexer.index()
Description of the Method
@param index Description of Parameter
@param create Description of Parameter
@param base_url Description of Parameter
@exception ProcessingException Description of Exception
@since
-
org.apache.felix.gogo.commands.Argument.index()
-
org.apache.felix.gogo.commands.CompleterValues.index()
-
org.apache.jena.larq.IndexBuilderNode.index()
-
org.apache.karaf.shell.api.action.Argument.index()
-
org.apache.karaf.shell.commands.Argument.index()
-
org.apache.karaf.shell.commands.CompleterValues.index()
-
org.apache.mahout.math.MatrixSlice.index()
-
org.apache.mahout.math.Vector.Element.index()
-
org.apache.nutch.indexer.Indexer.index()
-
org.apache.nutch.indexer.IndexingJob.index()
-
org.apache.nutch.indexer.solr.SolrIndexer.index()
-
org.apache.openjpa.persistence.query.DomainObject.index()
Return an expression that corresponds to the index. of the domain object in the referenced association or element collection. This method is only permitted to be invoked upon a domain object that corresponds to a multi-valued association or element collection for which an order column has been defined.
@return Expression denoting the index
-
org.apache.stanbol.entityhub.indexing.core.Indexer.index()
Initialise the {@link IndexingComponent}s, indexes all entities and finalises the {@link IndexingDestination}.
Calls to this method do have the same result as subsequent calls to {@link #initialiseIndexing()}, {@link #indexEntities()}, {@link #finaliseIndexing()}. This method can also be used if any of the mentioned three methods was already called to this indexer instance.
This method blocks until the whole process is completed. Ideal if the called does not need/want any further control over the indexing process.
To perform the indexing in the background one need to execute this Method in an own {@link Thread}.
-
org.apache.stanbol.entityhub.indexing.geonames.GeoNamesIndexer.index()
Create the index based on the parsed configuration
@throws IOException On any error while reading one of the configuration files
@throws YardException On any error while storing index features within the Yard
-
org.apache.tapestry5.annotations.PageActivationContext.index()
-
org.asciidoctor.ast.Section.index()
-
org.atomojo.app.client.Entry.index()
-
org.atomojo.app.client.Feed.index()
-
org.bigtesting.routd.NamedParameterElement.index()
-
org.codehaus.jparsec.Token.index()
Returns the index of the token in the orginal source.
-
org.compass.gps.CompassGps.index()
-
org.compass.gps.impl.SingleCompassGps.index()
-
org.eclipse.jgit.transport.IndexPack.index()
Consume data from the input stream until the packfile is indexed.
@param progress progress feedback
@throws IOException
-
org.elasticsearch.action.DocumentRequest.index()
Get the index that this request operates on
@return the index
-
org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth.index()
-
org.elasticsearch.action.admin.cluster.ping.replication.ReplicationPingResponse.index()
-
org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest.index()
-
org.elasticsearch.action.admin.indices.status.IndicesStatusResponse.index()
-
org.elasticsearch.action.delete.DeleteRequest.index()
Sets the index the delete will happen on.
-
org.elasticsearch.action.delete.DeleteResponse.index()
The index the document was deleted from.
-
org.elasticsearch.action.deletebyquery.DeleteByQueryResponse.index()
The response of a specific index.
-
org.elasticsearch.action.explain.ExplainRequest.index()
-
org.elasticsearch.action.get.GetRequest.index()
Sets the index of the document to fetch.
-
org.elasticsearch.action.get.GetResponse.index()
The index the document was fetched from.
-
org.elasticsearch.action.get.MultiGetRequest.Item.index()
-
org.elasticsearch.action.index.IndexRequest.index()
Sets the index the index operation will happen on.
-
org.elasticsearch.action.index.IndexResponse.index()
The index the document was indexed into.
-
org.elasticsearch.action.termvector.TermVectorRequest.index()
-
org.elasticsearch.action.update.UpdateRequest.index()
-
org.elasticsearch.client.Client.index()
Index a JSON source associated with a given index and type.
The id is optional, if it is not provided, one will be generated automatically.
@param request The index request
@return The result future
@see Requests#indexRequest(String)
-
org.elasticsearch.cluster.metadata.AliasAction.index()
-
org.elasticsearch.cluster.metadata.IndexMetaData.index()
-
org.elasticsearch.cluster.metadata.MetaData.index()
-
org.elasticsearch.cluster.routing.MutableShardRouting.index()
-
org.elasticsearch.cluster.routing.RestoreSource.index()
-
org.elasticsearch.cluster.routing.RoutingTable.index()
-
org.elasticsearch.cluster.routing.ShardRouting.index()
The index name.
-
org.elasticsearch.index.gateway.SnapshotStatus.index()
-
org.elasticsearch.index.get.GetResult.index()
-
org.elasticsearch.index.service.IndexService.index()
-
org.elasticsearch.index.shard.ShardId.index()
-
org.elasticsearch.index.shard.service.IndexShard.index()
-
org.elasticsearch.view.ViewContext.index()
-
org.grouplens.lenskit.transform.quantize.Quantizer.index()
Convert a value into a discrete, quantized value.
@param val A value to quantize.
@return The index of the discrete value to which {@code val} is mapped.
-
org.grouplens.lenskit.transform.quantize.ValueArrayQuantizer.index()
-
org.hibernate.search.FullTextSession.index()
Force the (re)indexing of a given managed object. Indexation is batched per transaction: if a transaction is active, the operation will not affect the index at least until commit.
@param entity The entity to index - must not be null
.
@throws IllegalArgumentException if entity is null or not an @Indexed entity
-
org.hibernate.search.annotations.Indexed.index()
-
org.hibernate.search.jpa.FullTextEntityManager.index()
Force the (re)indexing of a given managed object. Indexation is batched per transaction: if a transaction is active, the operation will not affect the index at least until commit.
@throws IllegalArgumentException if entity is null or not an @Indexed entity
-
org.hotswap.agent.javassist.bytecode.LocalVariableAttribute.index()
Returns local_variable_table[i].index
. This represents the index of the local variable.
@param i the i-th entry.
-
org.idpf.epubcheck.util.css.CssTokenList.CssTokenIterator.index()
-
org.infinispan.configuration.cache.InterceptorConfiguration.index()
-
org.infinispan.configuration.cache.InterceptorConfigurationBuilder.index()
Specifies a position in the interceptor chain to place the new interceptor. The index starts at 0 and goes up to the number of interceptors in a given configuration. An {@link IllegalArgumentException} is thrown if the index isless than 0 or greater than the maximum number of interceptors in the chain.
@param i positional index in the interceptor chain to place the new interceptor.
-
org.jboss.arquillian.graphene.page.InFrame.index()
-
org.jboss.dna.graph.search.SearchEngineIndexer.index()
Index all of the content in the named workspace within the {@link #getSourceName() source}. This method operates synchronously and returns when the requested indexing is completed.
@param workspaceName the name of the workspace
@return this object for convenience in method chaining; never null
@throws IllegalArgumentException if the context or workspace name is null, or if the depth per read is not positive
@throws RepositorySourceException if there is a problem accessing the content
@throws SearchEngineException if there is a problem updating the indexes
@throws InvalidWorkspaceException if the workspace does not exist
-
org.jboss.forge.furnace.proxy.javassist.bytecode.LocalVariableAttribute.index()
Returns local_variable_table[i].index
. This represents the index of the local variable.
@param i the i-th entry.
-
org.jboss.jandex.Indexer.index()
-
org.jquantlib.time.TimeGrid.index()
Time grid with mandatory time points
Mandatory points are guaranteed to belong to the grid. Additional points are then added with regular spacing between pairs of mandatory times in order to reach the desired number of steps.
@note This constructor is not available yet - fix adjacent_difference before using
-
org.locationtech.geogig.api.Context.index()
@return
-
org.locationtech.geogig.repository.Repository.index()
-
org.neo4j.graphdb.GraphDatabaseService.index()
Returns the {@link IndexManager} paired with this graph database serviceand is the entry point for managing indexes coupled with this database.
@return the {@link IndexManager} for this database.
-
org.neo4j.kernel.EmbeddedGraphDatabase.index()
-
org.opentripplanner.routing.graph.Graph.index()
Perform indexing on vertices, edges, and timetables, and create transient data structures. This used to be done in readObject methods upon deserialization, but stand-alone mode now allows passing graphs from graphbuilder to server in memory, without a round trip through serialization. TODO: do we really need a factory for different street vertex indexes?
-
org.osgi.service.bindex.BundleIndexer.index()
Index the input files and write the result to the given OutputStream
@param jarFiles a set of input jar files or directories
@param out the OutputStream to write to
@param config a set of optional parameters (use constants of this interface as keys)
-
org.osgi.service.indexer.ResourceIndexer.index()
Index a set of input files and write the Repository XML representation to the stream
@param files a set of input files
@param out the stream to write the XML representation to
@param config a set of optional parameters (use the interface constants as keys)
@throws Exception in case of an error
-
org.osgi.service.indexer.impl.RepoIndex.index()
-
org.qi4j.index.elasticsearch.ElasticSearchClusterConfiguration.index()
-
org.qi4j.index.elasticsearch.ElasticSearchConfiguration.index()
Index name. Defaults to 'qi4j_index'.
-
org.sindice.siren.index.codecs.siren10.DocsFreqBlockIndexInput.index()
-
org.sindice.siren.index.codecs.siren10.DocsFreqBlockIndexOutput.index()
-
org.terrier.indexing.BasicSinglePassIndexer.index()
-
org.terrier.indexing.Indexer.index()
Creates the data structures for a set of collections. It creates a set of data structures for every indexing.max.docs.per.builder, if the value of this property is greater than zero, and then it mertges the generated data structures.
@param collections The document collection objects to index.
-
org.thechiselgroup.choosel.protovis.client.PVMark.index()
-
pdfdb.indexing.plugins.Indexer.index()
Indexes the file.
@param path The file path.
@return The region array that the indexer has created.
-
prefuse.visual.VisualTable.index()
-
ptolemy.actor.util.SuperdenseTime.index()
Return the index.
@return The index.
-
stallone.api.doubles.IDoubleElement.index()
-
toxi.geom.PointQuadtree.index()
-
weka.core.Attribute.index()
Returns the index of this attribute.
@return the index of this attribute
-
weka.core.Instance.index()
Returns the index of the attribute stored at the given position. Just returns the given value.
@param position the position
@return the index of the attribute stored at the given position