0% found this document useful (0 votes)
36 views5 pages

Turn Off Indexing On Netbeans

The document discusses disabling indexing in Netbeans IDE which can improve startup performance. While there is no official way, suggestions include using a plugin to manually refresh indexes or disabling code completion to prevent automatic indexing. However, neither are perfect solutions and Netbeans may still index projects.

Uploaded by

djiccc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views5 pages

Turn Off Indexing On Netbeans

The document discusses disabling indexing in Netbeans IDE which can improve startup performance. While there is no official way, suggestions include using a plugin to manually refresh indexes or disabling code completion to prevent automatic indexing. However, neither are perfect solutions and Netbeans may still index projects.

Uploaded by

djiccc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...

Turn off indexing on netbeans


Asked 14 years, 4 months ago Modified 6 years, 2 months ago Viewed 9k times

I use Netbeans mainly for PHP.

When Netbeans starts, it always indexes all the files of all the projects I have on my list.
8
This can take over half an hour in my case, since I have some very large websites open.

It got better in 6.7, 10 minutes at most, but still a waste of time.

Still, I'd like to turn off the indexing completely.

Netbeans has so much options, I can't see the forest for the trees.

Can anybody tell me if this is possible with a setting? Or do I need to compile Netbeans
myself with an option turned off?

I'm working on Windows Vista.

netbeans indexing

Share Follow edited Jul 26, 2016 at 19:39 asked Sep 30, 2009 at 14:28
KdgDev
14.4k 47 120 157

This is really annoying! I had a look at the roadmap for 6.8 and it looks like they're trying to improve
it. – Kimble Oct 7, 2009 at 19:49

3 Answers Sorted by: Highest score (default)

well known problem, final solution not yet available, but maybe a work-a-round for you ....

see this plugin which stops automatic scans and adds a RefreshAll option to the Files
8
menu. There's a risk to get your indexes out of sync, so use it with care. It worked for me.

Good luck MikeD

Share Follow edited Oct 7, 2009 at 19:46 answered Oct 7, 2009 at 19:39
MikeD
8,881 2 30 50
+150

1 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...

Getting a weird error message: The proxy server received an invalid response from an upstream
server. The proxy server could not handle the request GET /ScanOnDemand. Reason: Error
reading from remote server – KdgDev Oct 7, 2009 at 22:20

I don't face that issue - having a basic Netbeans environment with Glassfish, JavaDB, Standard
and Mobile edition, Nokia S40 simulator on XP. My default browser is Chrome. Cou may want to
send a note to the developers - this code is still under development. – MikeD Oct 8, 2009 at 11:00

... and I "use system proxy settings" ... seems you run into a 502 error somewhere ... not
necesarrily linked to a web server, could be any server (DB, ...) which disagrees with your proxy
about the protocol used can you clarify if that happens at download time or while using the plugin
?? – MikeD Oct 8, 2009 at 11:42

Okay, I got it and downloaded it. It's installed and it does add the "Refreshall" option, but Netbeans
still scans my projects. Only difference is that I can stop the scanning manually. – KdgDev Oct 9,
2009 at 12:47

sounds like a progress .... probably we can't expect more than that at this time :-) – MikeD Oct 9,
2009 at 14:35

2 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...

Refreshing Indices 83% .... Time Killing Problem From NetBeans IDE

1
100% working solution :

Step 1

Step 2

Step 3
3 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...

Step 3

Note : This is not a official solution but it


works for me...
Share Follow edited Jun 20, 2020 at 9:12 answered Mar 10, 2017 at 10:56
Community Bot Shailesh Dwivedi
1 1 675 7 15

Mhhh I don't find exactly something like that but try this:

Go to Tools > Options > Editor and disable all the options in Code Completion and Hints
-3
I suppose if you don't have Code Completion and Hints enabled Nebeans must disable
indexing at start...

Also you can try closing all the projects (or some of them) when you exit.

Share Follow answered Oct 3, 2009 at 3:35


eveliotc
13k 4 39 34

Closing the projects at exit isn't a good idea. When you start Netbeans again, they won't be there,
that is true. So they won't be indexed at the moment of startup. But the moment you need to work
on them, you have to add them. And when you add them, they get indexed anyway. So closing
them at exit is only useful if you know you're not going to work on that project any time soon. Also, I
need code completion and secondly: no it does not influence it. – KdgDev Oct 3, 2009 at 10:50

4 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...

5 of 5 1/30/24, 22:28

You might also like