0
votes
2answers
43 views
Allowing search through tags?
There is an HTML form through which a user creates an item. Items are searched using usual sql query. Now a tag field will be supplied for each item on the HTML form. So while creating an item the …
1
vote
5answers
115 views
Java: Code Review: Binary Search
I wrote this for self education. How does it look? (It passes all my junit tests.)
/**
* find needle in haystack
* @param haystack a sorted list
* @param needle
* @return i such that …
0
votes
6answers
103 views
Getting javascript to search an array within an array
I have the following javascript to loop through an array of records, and alert the number of matches found within the array, for each field:
…
0
votes
4answers
48 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
4answers
59 views
How can I do a sort and search using both GET and POST variables?
I am currently using column header's as links that when clicked will sort the results by the column name by adding a get variable to the url. Here is an example:
<a href="
<?php
// Sorts by …
0
votes
1answer
16 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 …
1
vote
1answer
222 views
How to use Windows Search Service instead of the old indexing service to index files?
In the past I had the indexing service installed on a Windows Server 2003 and used it to index files for my website. I did this by executing an OleDbCommand with a query and a connection string.
How …
0
votes
1answer
12 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
2answers
26 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
0answers
7 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
16 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 …
1
vote
1answer
47 views
Miscellaneous import errors with Djapian
After installing Djapian ten different ways and following 5 completely different tutorials, it's time to ask for help.
Ok, the vanilla way: I go to http://code.google.com/p/djapian/wiki/Installation …
0
votes
2answers
30 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
1answer
46 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
…
0
votes
3answers
89 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 …
