Questions tagged [code-search-engine]

40 questions
0
votes
1 answer

How search Engines uniquely identify each pages on web

If I write a post who's link is 'example.com/abc.php' & this post is ranking in Search Engine. After some days I update this post including its content & also its permalink to 'xyz.php'. So now the post which had URL 'example.com/abc.php' before is…
0
votes
2 answers

Internal web based code search tool?

I work in a small startup (4-5 developers) and all our code is versioned with git. I am looking for an internal tool which I can deploy to one of the internal servers which would serve a basic "code search" webpage and let you search/suggest by file…
pathikrit
  • 32,469
  • 37
  • 142
  • 221
0
votes
1 answer

Hosted Projects Meta Search Engine

With the myriad of sites available like sourceforge, github, berlios, rubyforge and many others for hosting open-source projects, I've been wondering if there is a specialised search engine out there that catalogues all the projects available on…
Evan
  • 18,183
  • 8
  • 41
  • 48
0
votes
2 answers

How to track usage of OpenGrok service

What are some ways we could monitor OpenGrok, both usage and specific searches? Is there any systems either built in or that can be added as extensions? We are running OpenGrok on the intranet but we have no visibility of how it's being used and how…
Newton
  • 187
  • 7
0
votes
2 answers

Semantics based code search

We have a large number of repositories. We want to implement a semantics(functionality) based code search on those repositories. Right now, we already have implemented keyword based code search in which we crawled through all the repository files…
0
votes
0 answers

How to analysis project codes in Github if I want to implement a Code Search Engine?

Hi buddies, now I'm curious about mining API Usage Patterns. I've met a series of questions. Hope to get help from you. Based on the papers I've read, a program should analysis many project codes to extract program information and build index…
Chuck
  • 76
  • 6
0
votes
1 answer

How to remove the description( Powered by .....) of website from google search results

enter image description here I have tried to rectify this by searching the powered by ... in my root directory but im unable to find it. please help me on this.
Gautham
  • 1
  • 1
0
votes
1 answer

how to get content of search page of Krugle and open hub

I want to make a tool to analyse the result of code search engine like Krugle or OpenHub. I've tried java and python to get html page of search result: import urllib2 def write_url(url, file_name, if_show): if (url is None) or (file_name is…
0
votes
1 answer

"categorisation engine"?

Can any one explain "Categorization Engine" in search engine domain? I have googled it, but could not find any satisfactory explanations.Even reference links would help! P.S. : Thanks in advance!
Reddy
  • 1,620
  • 6
  • 26
  • 33
-4
votes
1 answer

How can I find frequency of query terms in a document in PHP

Please help me someone as to how to find frequency of each query term in a specific document in PHP. e.g. we have 2 files: Query.txt contains data "to be not" Data.txt contains data "to be or not to be. what to be. everything else to be." And I…
ImranToor
  • 39
  • 7
1 2
3