Tagged Questions

0
votes
1answer
10 views

Thinking Sphinx - Roats Index Every Time a Model is Updated or Created, How to Stop?

Every-time I create or update a model in my Rails app, the following output occurs from Sphinx: Sphinx 0.9.8.1-release (r1533) Copyright (c) 2001-2008, Andrew Aksyonoff using config file …
0
votes
0answers
4 views

Solr Facetting - Showing First 10 results and Other

I am implementing a solution in Solr where I have a lot of values in my facet. As opposed to displaying a long list of values(facets) down the side of my page I want to display the top 10. And also …
0
votes
1answer
14 views

“Permission Denied” in Django template using Djapian

I've followed the Djapian tutorial and setup everything "by the book" so that the indexshell commandline supplied by Djapian shows successful queries. However, when integrating the sample search from …
0
votes
3answers
84 views

file search in c++

hey I just started learning c++ and am currently using codeblocks. i wanna write an application that can search for files in directory including it's subdirs, but i cant seem to find any good …
0
votes
1answer
40 views

MySQL database search

I have a database table with chinese dictionaries (about 300 000 rows) for online dictionary. The data structure looks like this: ID ch_smpl pinyin definition …
3
votes
1answer
45 views

Optimising Searching of a 2-dimensional Array with LINQ

I have a 2-dimensional array of objects (predominantly, but not exclusively strings) that I want to filter by a string (sSearch) using LINQ. The following query works, but isn't as fast as I would …
0
votes
2answers
26 views

Add Site and Page Description to SharePoint Search Index

Hi, As part of a SharePoint solution, the functionality for users to create new web sites and publishing pages (programmatically) via a button click has been added. I need to ensure that the …
0
votes
2answers
25 views

Drupal search engine does not index my custom nodes!

Somebody has posted an hour ago or so a question that was about the drupal search engine and was about like this: I know drupal should index anything that is returned by node_view() but this is …
0
votes
3answers
34 views

File system regular expression search tool

What is the best tool to make complex (multi-line) regular expression file contents searches with good reporting capabilities? I need to make a report over large Java/JSP code base and I have to …
0
votes
1answer
15 views

Can I read the search scope selected in SharePoint from code behind

I have a search box web part. In that web part I have created an instance of SearchBoxEx like SearchBoxEx par=new SearchBoxEx par.goImageUrl="" par.DropDownMode= DropDownModes.DisplayScopeDD; Button …
0
votes
0answers
11 views

To Create a Search, with values from multiple selection element?

I am working in PHP(with Symfony Framework) and i want to create a search based on multiple values selected from multiple selection element, i.e there will be multiple selection dropdown elements for …
0
votes
0answers
66 views

apple uses which search engine? [closed]

hi apple uses which search engine?
1
vote
3answers
28 views

how to use sphinx in rails and exclude results based on a column value

I have a simple query to show users that are active, but somehow it is still showing inactive users. I am using sphinx. The query looks like: User.search keywords,:conditions=>conditions, …
0
votes
4answers
57 views

Non cap sensitive search C#

Hi all, I want to do a search of a list of strings, non cap sensitive. Have tried .Contains and == Is there a method to do this, or would I have to convert the entire list of strings to noncaps, …
0
votes
2answers
17 views

Ruby web spider & search engine library

I'm looking for a Ruby library or gem (or set of gems) which will not only do spidering, but also collect the data into, say, a database, and allow basic searches on the data (i.e. a typical web …

1 2 3 4 5 80 next
15 30 50 per page