An index is a data structure that facilitates a faster lookup time.

learn more… | top users | synonyms

3
votes
0answers
46 views

How can I add RDF result from opencalais into apache solr for better search result in my Drupal site?

Add RDF result from opencalais into apache solr for Indexing. I am using solr search integration module's development version(solr 4.x), Opencalais module and Drupal 7. Currently Indexing from ...
3
votes
0answers
503 views

Error while indexing in solr data crawled by nutch

I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using: bin/nutch crawl ...
2
votes
0answers
39 views

solr query- get results without scanning files

I would like to execute a solr query and get only the uniquKey I've defined. The documents are very big so defining fl='my_key' is not fast enough - all the matching documents are still scanned and ...
2
votes
0answers
82 views

How search engines handle word segmentation and indexing

I'm thinking of implementing a small search engine. However I'm not sure how search engines do word segmentations. My thoughts are like this: Build a word dictionary containing popular words For ...
2
votes
0answers
54 views

Using unique index to limit amount of rows per column in MySQL

I've got a really large MySQL table that is simply too big to query frequently (500m+ rows). What I've done is cache the results I need in another table called "recent". In the "recent" table the ...
2
votes
0answers
492 views

Merge PDFs and retain their index (xref-Table?)

I want to merge two PDF-files retaining the index (the xref-table) of both files. I wanted to write my thesis in LaTeX, except for the covering page which is rather fancy and complex. Now I want to ...
1
vote
0answers
37 views

Why does SQL ignore an index hint and opt for a different index?

Given a table that has two indexes on it, one sorted in the reverse from the other and given these two queries. Select value From SomeTable wITH (INDEX(IV_Sort_Asc)) Select value From SomeTable wITH ...
1
vote
0answers
32 views

Extracting unique values from a range of cells across multiple pages.

I currently have a table with 5 columns. The 2nd and 3rd columns have values which change depending on the 5th column's value. See below: Sheet1: 1 A B C D E 2 # ...
1
vote
0answers
39 views

MongoDB indexonly:true slower than indexonly: false?

I have a test collection with 5 million records: for(var i = 0; i < 5000000; i++) { db.testcol.insert({field1: i}) } Inserted an index: db.testcol.ensureIndex({field1:1}) Now the funny ...
1
vote
0answers
14 views

Cause of parameter index out of range for code sample

Why am I getting "parameter index out of range (1>no. of parameters,which is 0)" for the code below? private void btnDeleteActionPerformed(java.awt.event.ActionEvent evt) { ...
1
vote
0answers
50 views

new website is not loading theme css files in Magento

I have Magento 1.7.0.2 in domain A. I've created a new "website" under this same Magento installation. This "new website" has a different URL (B). I configured the theme in Admin-panel and the new ...
1
vote
0answers
25 views

historical compositions/components of stock indices from yahoo finance

I need to get a list of components of major financial indices. This is very similar to this thread: Getting component of stock market index from YQL However, I need historical data. For example the ...
1
vote
0answers
29 views

MySQL: multiple where + multiple group by index

For example I have simple table temp with any data and 5 columns: I need to run such query: select c,d from temp where (a='633' and b='581' and e='1') group by c,d I've tried to add different ...
1
vote
0answers
46 views

MySQL Efficient Multi-Table Multi-Index Select

I want to search by name1 or name2 from two tables in a database. IMPORTANT: Only some names have a secondary name2 associated with them. The tables n1, and n2 are as follows: table n1 ...
1
vote
0answers
36 views

Key on timestamp field in large database doesn't seem to be used

I have the following table - it contains about 1 million rows: CREATE TABLE `history` ( `user` varchar(12) COLLATE latin1_general_ci NOT NULL DEFAULT '', `link` text COLLATE latin1_general_ci ...
1
vote
0answers
61 views

Set up a script to trigger WP's Search Unleashed Re-index feature (for cron)

Search Unleashed is supposed to automatically add new posts to its index every time someone creates a new post. However, this doesn't seem to happen for posts under any of our custom post types. I ...
1
vote
0answers
10 views

Appending to lists for each index in a range in python?

Mind you, I'm pretty pitiful at using Python, but what I am trying to do is append three lists (one for each Myro light sensor - left, center, right) a total of 15 times, each time after having the ...
1
vote
0answers
37 views

Using ALL/filesort on UNION

so I have this: EXPLAIN (SELECT f.prn AS 'prn', f.id AS 'xnyz', 'f' AS 'omnf', f.wwn, (COUNT(fr.rid) > 0 OR COUNT(frr.rid) > 0) AS 'rrr', fr.rid AS 'rid', f.xyzz FROM scmf f ...
1
vote
0answers
36 views

MongoDB Query does not return Complete data after creating index

I have a MongoDB Colllection which has following data > db.UpdateQueryRegistry.find({"studyId" : "20130117193010cfab"}) { "_id":ObjectId("50f95af799ac247d280484dc"), "attempts":0, "eTime": ...
1
vote
0answers
676 views

Dropping/ Disabling index is better in sql server

I am writing this a follow up to Changing data type of column in SQL Server My question earlier was if i need to remove all indexes and constraints and it was answered i do need to remove them. So ...
1
vote
0answers
87 views

Get Index of Listview focused item in android

When i am scrolling list view up and down using up and down keys in android Google tv App, I want to get the index of the focused item, how i can get it on focused change of listview . Any one can ...
1
vote
0answers
109 views

mysql performance on fulltext on MATCH multiple columns vs MATCH single column

I am trying to know efficient way on implementing full text search on my table. Say I have a table with fields, FName LName FullName webId phoneNumber office searchField bill gates bill gates ...
1
vote
0answers
238 views

MySQL performance - can Sphinx / Lucene / Solr help in this case?

I have been using MySQL (InnoDB) for a social network like site and soon figured that in some cases more complex queries can get very slow. However, also very simple queries, e.g. when you have a ...
1
vote
0answers
212 views

How to use opencv flann::KMeansIndex to quantize a new data after training

I want to use Opencv cv::flann::KmeansIndex to build a hierarchical k-means tree to do clustering. And after doing typedef cv::flann::L2<float> Distance; int featureNum =1000000; int dim =2; ...
1
vote
0answers
24 views

Organize content from HTML documents

Google and co. crawl the web, downloads HTML documents and organize the content. I want to organize products/offers from different webshops. The webshops use different systems and have different HTML ...
1
vote
0answers
179 views

MySQL - LIKE search better before join or after join with round trip?

Example: Table 1 has 100k records, and has a varchar field with a unique index on it. Table 2 has 1 million records, and relates to table 1 through a table1_id field with a many-to-one relationship, ...
1
vote
0answers
112 views

Advanced rating system MySql database optimization

I am working on a rating system with this conditions: There are some users and their info are stored in users table, each user has some images that are rated by the visitors (from 0 to 10), the ...
1
vote
0answers
58 views

Delete documents in Lucene that do no exist

I have a Lucene index created, and I would like to know how to delete the file index entries that do not already exist on the computer. Is there any way from Lucene or have to go file by file opening ...
1
vote
0answers
90 views

MySQL full text with OR in WHERE clause not using index

first time posting... I usually can find the answer with a search, but this seems to be an obscure situation; On to the point. I have created several searches using tables specifically designed for ...
1
vote
0answers
40 views

Load objects in Hector with their Indexes

Is there any way to load Object with indexes in column instead of key in Hector(Cassandra Client)? I used to do this by finding its key using RangeSliceQuery and then load it with public <T,I> ...
1
vote
0answers
38 views

Indexing in custom portlet for searching

Which method is called for indexing portlet data and in which table is it stored? Using search capability to a custom portlet,is it necessary to implemet reindex method with in a different class(as ...
1
vote
0answers
31 views

Is it possible to index facebook public groups through API

I would like to index some Facebook public groups for a machine learning project. Is it possible to do so through its API. I would like to get information such as group basic profile, member basic ...
1
vote
0answers
436 views

How to use Indexing in Hive?

I have written a custom index handler and wanted to test it. However hive is not using it. So I checked with simple table (pokes (int foo, string bar)) which comes with hive distribution for testing ...
1
vote
0answers
53 views

Meaning of field: Number of buffer pool pages for an index performing explain analysis

I am analysing the access plan of a SQL statement in IBM Data Studio using the explain tool. I have added a new index which drasticllay improves the costs my SQL statement. I am interesting in the ...
1
vote
0answers
162 views

Hibernate Merge Function occasionally gives Primary Key Violation

We are using Hibernate in a Java app. To update a certain piece of information (and all its associated dependencies), we are using the Hibernate Merge function: HibernateTemplate template = ...
1
vote
0answers
228 views

Python Pyqt4 QListWidget

I am working on python plugins.I designed my forms using PYQT4 designer. 1)I used QListWidgets,wherein m listing some values into the same as shown below: The name of my QListWidget is ...
1
vote
0answers
46 views

Heroku handling Tanker 'tankit' differently than locally with regards to Messaging

I am using the rails gem Tanker in order to use Searchify in my app. I am also using acts-as-messageable in order to allow users to send messages. In my acts-as-messageable model I have tankit ...
1
vote
0answers
158 views

mongodb repair/compact/index infinite like behaviour

From the start, I have a collection with about 51m records. So I indexed one of the fields when the percent progress started to increase above 100% (800% complete) so I cancelled this and figured I ...
1
vote
0answers
710 views

return index less than a threshold value in numpy array?

Is there corresponding method to these function in numpy? def arg_less(inarray,threshold): return np.nonzero(inarray<threshold) def arg_greater(inarray,threshold): return ...
1
vote
0answers
260 views

MYSQL distinct slow on big data - thirdparty application

Number of records in contacts: 245847 Number of records in teams sets teams: 348 mysql> explain SELECT distinct contacts.id FROM contacts INNER JOIN team_sets_teams tst ON tst.team_set_id = ...
1
vote
0answers
644 views

Oracle 11g Text: Composite Domain Index - FILTER BY on columns from different tables

I am using Oracle 11g Text, AuthorTable : (a table for Author details) AuthorId, AuthorName, AuthorDOB ArticleTable : (a table for Article content) ArticleId, WrittenDate, PublishDate, ARTICLE_TXT ...
1
vote
0answers
1k views

QML ListView and ListModel index

I have a little problem with ListModel and ListView, in particular concerning the move function of ListModel. I will show you code snippets from the DynamicList example included in the SDK with some ...
1
vote
0answers
81 views

Hibernate Search Annotations and Lucene Fields

Is there a library out there that can scan a pojo data model for Hibernate Search Annotations and list the Lucene fields (index directory structure) that will be created by the annotations found in ...
1
vote
0answers
226 views

How to change the Windows Search Index location using powershell?

The Default location for windows search index is "C:\ProgramData\Microsoft' .In my case this location is on a SSD with limited space. hence i want to move the index cache to a different drive which ...
1
vote
0answers
75 views

Can I change the color of the Index in the right of a TableView?

Can we change the color of the index column of a table view that appear in the right (for example: A B C...)? Not the header, only the right column. Thanks for the help!
1
vote
0answers
84 views

xPlore1.0 Index Server

Its a clean installation, no fulltext application installed before. but i can see both FAST and xPlore folders created in C:\Documentum\fulltext\ right after i finished xPlore installation. I dont ...
1
vote
0answers
208 views

Firefox focus to first input after focus out a button

I try to manipulate the focus after the user leave a button on a form. After leaving the focus should be set to the first input of the form. But it does not working with Firefox. The focus goes first ...
1
vote
0answers
131 views

Update Statistics Strategy after Index Maintenance Activity

Since Index Rebuilds will update statistics data for the concerned indexes with full scan, so it is not advisable to update statistics on those indexes using the Update Statistics with default sample ...
1
vote
0answers
72 views

Index.diff Packages file in a Repository

I've tried googling and couldnt find much on this topic. I have this problem with my repo, I have tons of debian files that each time i scan-packages, it would take a whole lot of time to build the ...
1
vote
0answers
237 views

Sectioned UITableview: jump to correct section

In a nutshell, I'm trying to use UITableView's index to shortcut to the first section in the table that begins with a character (a, b, c), where there are multiple sections beginning with that ...

1 2 3 4 5 14